Hi!

I try to set up a reverse proxy with Apache in order to serve different
servers with only one IP address.

My httpd.conf looks like that : 

ServerName reverseproxy
ProxyRequests Off
ProxyPass /srv1/ http://real_server1/
ProxyPassReverse /srv1/ http://real_server1/

The problem appears when "real_server1" is a Domino server or serves ASP
pages :
the answer is at the adress http://reverseproxy/
instead of http://reverseproxy/srv1

I would be very pleased by some help.

Thank a lot.

Laurent

Reply via email to