I am using apache2 to try and map
http://eghapp/esav to http://eghsnap1:8081/esav
http://eghapp/ddrint to http://eghsnap2:8081/ddrint
In isolation both maps work as expected but when I try and set up both together the problem I am faced with is that only the first map works successfully. My problem is I need to set up a two more of these mapping. Below is an extract from my httpd.conf file.
Httpd.conf extract
NameVirtualHost 10.14.1.150
<virtualhost 10.14.1.150>
DocumentRoot "/usr/local/apache2/htdocs"
ProxyPassReverse /esav http://eghsnap1:8081/esav
ProxyPass /esav http://eghsnap1:8081/esav
servername www.emeademo.mobius.com
serverpath /esav/
</virtualhost>
<virtualhost 10.14.1.150>
DocumentRoot "/usr/local/apache2/htdocs"
ProxyPassReverse /ddrint http://eghsnap2:8081/ddrint
ProxyPass /ddrint http://eghsnap2:8081/ddrint
servername www.emeademo.mobius.com
serverpath /ddrint/
</virtualhost>
Thanks
Richard
-----Original Message-----
From: Geff [mailto:[EMAIL PROTECTED]]
Sent: 08 June 2004 19:24
To: [EMAIL PROTECTED]
Subject: Re: proxy with a specific source IP?
Quoting Richard Birkett <[EMAIL PROTECTED]>:
> It should apply cleanly to recent checkouts of 2.0 (with a few lines
> offset).
Thanks much. More reason to go to 2.0 :).
Geff