Login data lost when using Apache's mod_proxy
Issue
- Given a current setup of:
Client browser -> Apache --> mod_proxy -> App. servers
- Inside the relevant VirtualHost section, the following Location section works:
<Location /app>
ProxyPass http://w.x.y.z/app
ProxyPassReverse http://w.x.y.z/app
</Location>
- But when changing said section to the following, the web application continuously asks for login information:
<Location /intra/app>
ProxyPass http://w.x.y.z/app
ProxyPassReverse http://w.x.y.z/app
</Location>
Environment
- Red Hat Enterprise Linux
- httpd
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
