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

            Bug ID: 69233
           Summary: ResponseFieldSize for ProxyPassMatch directives?
           Product: Apache httpd-2
           Version: 2.4.59
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

We have an Apache Http Server 2.4.59 running that's started generating errors
when one of the response servers from a backend system we don't control exceeds
the default 8192 bytes. This was not the case in previous versions of HTTPD as
exceeding that limit did not cause an error.


Unfortunately, it seems that ResponseFieldSize in our ProxyPassMatch
definitions with this format: 

ProxyPassMatch "^/([^/]+)/?(.+)?$" https://$1-myhost/$2 responsefieldsize=20
keepalive=On disablereuse=On


is being ignored.  I can configure responsefieldsize correctly for ProxyPass
directives but it does not seem to work for ProxyPass. 

Are we doing anything incorrectly? It seems from the docs it should work as per
my example, so not sure if this is a bug or something that needs clarification
in docs. It would also be great if you could document any way to configure this
responsefieldsize globally.

-- 
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]

Reply via email to