https://bz.apache.org/bugzilla/show_bug.cgi?id=66597
--- Comment #1 from Yann Ylavic <[email protected]> --- (In reply to dreamt_catsup403 from comment #0) > mod_proxy_fcgi also chunks the body. This can cause problems for the PHP-FPM > back-end, which is not expecting chunk fields since the content length is > specified. It looks like proxy-sendcl is not taken into account, how do you set it? Does it work without HTTP/2, i.e. using HTTP/1.1 only? > It looks a side effect of > https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 Before v2.4.47 (r1885607) proxy-sendcl was ignored in mod_proxy_fcgi, so it's possible that this change does not work for you but it didn't really introduce a regression.. > It can easily be reproduce: Could you please attach the logs with "LogLevel trace8"? Unfortunately there seems to be no (few?) debug logs for Content-Length vs Transfer-Encoding forwarding in mod_proxy_fcgi, so this might not help much. I could provide a patch for more visibility if you compile httpd by yourself.. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
