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...
Hmm, this gives me: Zope has encountered a problem publishing your object. Object name begins with an underscore at: http://www.foo.com/subfoo/VHM/_vh_mys ub
The "_vh_X" directly after the VirtualHostRoot inserts "X" at the start of all generated URLs.
Would have been perfect if it had worked ;-( Dag
Dag Nygren wrote:
Object name begins with an underscore at: http://www.foo.com/subfoo/VHM/_vh_mys
Looks like an older version of VirtualHostMonster. Ah, well. Cheers, Evan @ 4-am
participants (2)
-
Dag Nygren -
Evan Simpson