8 Oct
2002
8 Oct
'02
7:48 p.m.
Dag Nygren wrote:
Thanks for the long and thorough explanation. It seems to work now after I "resorted" to rewrite rules. For some reason I tried to avoid those and get by with only ProxyPass rules, but it seems like that is not possible.
If your setup is relatively simple, you should be able to use ProxyPass. For example, the following: RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/www.foo.com:80/subfoo/VirtualHost... [P,L] ...could be replaced with: ProxyPass / http://localhost:8080/VirtualHostBase/http/www.foo.com:80/subfoo/VirtualHost... No ProxyPassReverse is needed. Cheers, Evan @ 4-am