>I have a 2 node internal environment. http://internal-apps and 
>http://internal-sso.  The reverse proxy has two virtual hosts configured 
>as http://external-apps and http://external-sso.  All reverse proxy 
>configs work except when the application server needs to authenticate to 
>the sso server.  The app server redirects the client to the internal name 
>of the sso server and not to the external name.  There is no way to change 
>the redirection problem on the app server.

>My question is, can the location header variable be rewritten before the 
>external client receives it and makes the request to the internal server 
>name?

Despite of the fact that i don't know your real configuration, 
i would say, you miss
    ProxyPassReverse ...
  or
    ProxyPreserveHost On

More is only possible when you show a real config

Bye

Oliver

<<winmail.dat>>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to