OK, just to get this onto a different subject line... I can't seem to get
mod_proxy to work on the front end with name based virtual hosts on the
backend, I can only get it to work if I have name based virtual hosts on
both ends. So I have a front end saying:

NameVirtualHost 194.70.26.133

<VirtualHost 194.70.26.133>
ServerName xml.sergeant.org
ProxyPass / http://xml.sergeant.org:8080/
ProxyPassReverse / http://xml.sergeant.org:8080/
</VirtualHost>
... etc, for all nbvh's

and almost the same on the backend:

NameVirtualHost 194.70.26.133

<VirtualHost 194.70.26.133>
ServerName xml.sergeant.org
DocumentRoot...
ErrorLog...
CustomLog...
</VirtualHost>
... etc, for all nbvh's.

It can't be this hard, can it? I just want my vhosts config on 1 server -
not both! And I don't want to be changing my setup - i.e. no mod_rewrite
to rewrite to DocRoot/hostname - that's just annoying!

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org

Reply via email to