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.




Découvrez tout ce que Windows Live a à vous apporter !
_________________________________________________________________
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx

Reply via email to