I'm not very skilled in this area, but it looks like you are proxying to
a backend on port 8080, but you never specify port 8080 in the config
for the backend... Perhaps this is it? Or did you leave out part of the
backend config?
Matt Sergeant wrote:
>
> 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!
--
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/