9 Apr
2003
9 Apr
'03
8:03 p.m.
Peter Bengtsson wrote:
http://ourdomainname.com:8088/VirtualHostBase/http/it.ourdomainname.com:80/V...
(the ProxyPassReverse is unnecessary)
<dtml-var absolute_url> gives http://it.ourdomainname.com/it
That's because you're adding '/it/' *after* the VirtualHostRoot directive, so the directive has no effect. You intended to "reroot" '/it/' to '/', but instead you're doing it to '/' -- a null "reroot". Cheers, Evan @ 4-am