https://bz.apache.org/bugzilla/show_bug.cgi?id=69233
--- Comment #6 from David <david.latorregall...@vanguard.co.uk> --- To simplify my report: This rule works as expected, configuring responsefieldsize for requests to /application/: ProxyPassMatch "^/([^/]+)/?(.+)?$" https://application-HOSTNAME/$2 responsefieldsize=20 keepalive=On disablereuse=On This one , where the target hostname is composed with regex, does not work as expected, and responsefieldsize is not respected (although directive itself matches the request and calls are forwarded to the expected backend): ProxyPassMatch "^/([^/]+)/?(.+)?$" https://$1-HOSTNAME/$2 responsefieldsize=20 keepalive=On disablereuse=On I hope that's clear. Hopefully there's a workaround for this like a way to configure responsefieldsize for any targets? -- 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