https://bz.apache.org/bugzilla/show_bug.cgi?id=64919

--- Comment #1 from jkribeiro <m...@jeankribeiro.com> ---
>From https://httpd.apache.org/docs/2.4/mod/mod_proxy.html

Parameter: responsefieldsize
Adjust the size of the proxy response field buffer. The buffer size should be
at least the size of the largest expected header size from a proxied response.
Setting the value to 0 will use the system default of 8192 bytes.
Available in Apache HTTP Server 2.4.34 and later.

I tried using the parameter like this:
<Proxy "fcgi://localhost/" responsefieldsize=16000>
</Proxy>

No success. Server version: Apache/2.4.51 ()

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to