Hi all,
 
I'm trying to make ProxyPass and ProxyPassReverse work within 2 remote server
 
I have
 
ProxyPass / http://server1:8080/
ProxyPassReverse / http://server1:8080/
 
ProxyPass /docs http://server2:8080/docs
ProxyPassReverse /docs http://server2:8080/docs
 
ProxyPass /jsp-examples http://server2:8080/jsp-examples
ProxyPassReverse /jsp-examples  http://server2:8080/jsp-examples
It seems like apache try to proxy all uri to server1, so how can I make only 
path  /  goes to server1 and all others paths proxied to server2?
 
thanks for your help.
 
Inas.
_________________________________________________________________
Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows LiveĀ ? 
Lancez-vous !
http://www.microsoft.com/windows/windowslive/default.aspx

Reply via email to