Summary: | mod_proxy_ajp: ProxyPass directive seems to be susceptible to Timeout in httpd.conf | ||
---|---|---|---|
Product: | Apache httpd-2 | Reporter: | Fellipe Weno <fweno> |
Component: | Core | Assignee: | Apache HTTPD Bugs Mailing List <bugs> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 2.4.29 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux |
Description
Fellipe Weno
2019-12-26 21:45:11 UTC
Allow me add this: When the Timeout of httpd.conf triggers(300 seconds) the error httpd returns to the Client Browser is 500(Internal Server error). But then, I don't see how that evolved, as the connection in AJP module is inactive but is not generating an actual error. Whats more, increasing the Timeout param in the apache2.conf solves the above Timeout reached in the AJP module. I think at best, the error in AJP modules should reflect what Timeout caused the connection to be lost. |