[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache ProxyPass and ModRewrite



Hi all!
 
I´m using Apache mod_proxy to emulate a direct internet connection with one internal web host running ISS 5.0
 
internet -> debian/Apache -> w2k/ISS
 
httpd.conf - inside virtual host foo.com
ProxyPass /universite/  http://125.129.0.69:80/
 
when the user goes to http://www.foo.com/universite/ he access the ISS web server in the internal network
 
but when the request returns from the ISS(sucks), the address is altered to  http://125.129.0.69 because a database link manipulation.
 
Can I use mod rewrite to solve this problem? And how?
 
thkz


Reply to: