ProxyPass ttl property does not work with prefork MPM on Apache httpd 2.2/2.4

Solution Unverified - Updated -

Environment

  • Apache httpd
    • 2.2
    • 2.4

Issue

  • The ttl setting of ProxyPass does not work with prefork setting. Is there any other configuration to make ttl 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

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