One more thing, here is how my configuration looks like: LoadFile modules/zlib.so LoadModule publisher_module modules/mod_publisher.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule headers_module modules/mod_headers.so LoadFile modules/iconv.dll LoadFile modules/libxml2.dll LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_html_module modules/mod_proxy_html.so ProxyPass /MyApp http://wd-prtlsrv1:8080/myapp/ ProxyPassReverse /MyApp http://wd-prtlsrv1:8080/myapp/ ProxyHTMLURLMap http://wd-prtlsrv1:8080/myapp /MyApp/ ProxyPass /SingleSignOn https://wd-cassrv1:8443/SingleSignOn ProxyPassReverse /SingleSignOn https://wd-cassrv1:8443/SingleSignOn ProxyHTMLURLMap https://wd-cassrv1:8443/SingleSignOn /SingleSignOn -----Original Message----- From: Shahzad Bhatti Sent: Tuesday, August 09, 2005 4:47 PM To: Shahzad Bhatti; users@xxxxxxxxxxxxxxxx Subject: [users@httpd] mod_proxy/mod_proxy_html > Hello, > I am trying to setup Reverse Proxy Server on Windows 2003 machine. I am using Apache 2.0. The application uses a single-sign-on software, which redirects to the application upon successful authentication. So, the user first accesses http://extranet.myserver.com/myapp, which is name of apache reverse proxy server. It redirects to the single-sign-on application https://extranet.myserver.com/sso Now, internally the application uses internal server names, so after successful login, the sso application uses 302/Location field in the header to redirect to the application server. However this is not caught by mod_proxy and user can't access to the application. Is there any way to catch this at the reverse proxy so that it can rewrite the internal server name. > Thanks in advance. > > Regards, > Shahzad Bhatti > Integrated Software Specialists > http://www.issintl.com > 1901 North Roselle Road, Suite 450 > Schaumburg, IL 60195 > Phone: 847-558-5342 > Fax: 847-240-5073 > > > > --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx