POST request with chunked body - response HTTP/1.0 411

294 Views Asked by At

I have an Apache2 server with a .php file that echo the request body to the screen.

I'm trying to send a POST request to the file with chunked body and the response is HTTP/1.0 411.

How can I configure the Apache to response with HTTP/1.1 and understand my request?

Thanks

1

There are 1 best solutions below

0
On

Have you checked to make sure that the PHP module is enabled in your httpd.conf file?