8 Oct
2002
8 Oct
'02
8:34 p.m.
Dag Nygren wrote:
That is what I had, with the slight diff. that I needed a proxy rule that didn't start from root on my Apache ie:
ProxyPass /mysub http://localhost:8080/VirtualHostBase/http/www.foo.com:80/subf oo/VirtualHostRoot
Ah, in that case you want: ProxyPass /mysub http://localhost:8080/VirtualHostBase/http/www.foo.com:80/subfoo/VirtualHost... The "_vh_X" directly after the VirtualHostRoot inserts "X" at the start of all generated URLs. Cheers, Evan @ 4-am