From: "Joseph Wayne Norton" <norton@arseed.co.jp>
The generated URLs should not have :80 in them and they do not ... rather they have :1080 included in the generated URLs although I have specifed something as follows:
mod_rewrite result:
proxy:http://localhost:1080/VirtualHostBase/http/www.foo.com/vtfs/www.foo.co m/vdmn/prd/vstg/VirtualHostRoot/
[OK]
Exactly. You haven't specified the port. You need this:
proxy:http://localhost:1080/VirtualHostBase/http/www.foo.com:80/vtfs/www.foo .com/vdmn/prd/vstg/VirtualHostRoot/
p.s. One more related question .... have you tried using mod_proxy/mod_rewrite with zope's webdav source port (-W) and virtual host monster?
I haven't tried it, but I have no reason to expect that it wouldn't work properly. Cheers, Evan @ digicool @ 4-am