ProxyPass ttl property does not work with prefork MPM on Apache httpd 2.2/2.4
Environment
- Apache httpd
- 2.2
- 2.4
Issue
- The
ttl
setting ofProxyPass
does not work with prefork setting. Is there any other configuration to makettl
setting valid?
Resolution
The ttl
setting of ProxyPass
does not become effective with prefork MPM. It works with worker and event MPM.
Unfortunately, there's any alternative configuration. So, please use worker or event MPM if you would like to tune ttl
setting.
Root Cause
- Enhancement request Bug 54976 was filled in the upstream bug tracker more than 10 years ago, but
ttl
is still not read when using prefork.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments