https://issues.apache.org/bugzilla/show_bug.cgi?id=53420
Priority: P2
Bug ID: 53420
Assignee: [email protected]
Summary: Bug with ProxyErrorOverride / httpd-2.4.x
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 2.4.1
Component: mod_proxy
Product: Apache httpd-2
When setting ProxyErrorOverride to "On" to get the httpd-ErrorDocument
instead of the backend-errordoc, httpd is waiting "ProxyTimeout" seconds
to respond to the client, even though the response is already read from
backend server.
The request/response is hanging somewhere in
module/proxy/mod_proxy_http
-> ap_proxy_http_process_response
-> ap_discard_request_body(backend->r) (modules/http/http_filters)
before timing out with "ProxyTimeout".
ProxyErrorOverride Directive:
http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxyerroroverride
I can reproduce this error only in 2.4.x.
2.2.x works correctly.
--
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]