Login data lost when using Apache's mod_proxy

Solution Unverified - Updated -

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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content