[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: tux-list digest, Vol 1 #371 - 13 msgs



> From: Angel Marin <anmar@gmx.net>
> To: tux-list@redhat.com
> Subject: RE: Name based virtual host forwarding from Tux to Apache
> Date: 05 Mar 2002 16:47:03 +0100
> 
> It's an apache configuration problem, as apache is listening on
> 127.0.0.1:8080 (for example) it assumes that for virtual hosts
> configuration. You have to force it ussing the real ip an port where tux is
> listening. Change this parameters in your apache configuration:

That to me implies I should have explicit Listen lines. That might be
something to try. I am currently using BindAddress * because I thought
that might be a problem. Perhaps a Listen x.x.x.x:8080 would help.
 
> NameVirtualHost x.x.x.x:80 (replace x.x.x.x with your real ip)

Have that, without the port. Shouldn't the port, if included, be 8080?

> <VirtualHost hostname.tld:80>
>  ...
> </VirtualHost>

Yes, I have that to, with all the correct info. Apache works fine by
itself.
 
> If you use * or you do not specify de ip, the hostname and the port it does
> not work.

OK. I have some ideas now. Thanks.

-Eric ;-)






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []