Skip site navigation (1)Skip section navigation (2)
Date:      14 Nov 2001 09:29:17 +0000
From:      Wayne Pascoe <freebsd@molemanarmy.com>
To:        "Todd Reed" <ex279@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Virtual Hosting with Apache
Message-ID:  <86herx3dle.fsf@pan.ehsrealtime.com>
In-Reply-To: <F47ju4TYDij04WcbQlR00003721@hotmail.com>
References:  <F47ju4TYDij04WcbQlR00003721@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

"Todd Reed" <ex279@hotmail.com> writes:

> I've got my Internal DNS pointing to the correct IP address
>      192.168.125.240 -- neac1.neaclinic.com
>      192.168.125.241 -- neac2.neaclinic.com
>      192.168.125.242 -- neac3.neaclinic.com
> 
> Here are the Virtual hosting configs from my httpd.conf
-- snip --
> I can ping the names from a workstation and they resolve.  I can type
> the IP address into my browser and it connectes to the correct server.
> 
> If I put the name in the browser it doesn't make it to the website.
> 
> The web server is one machine with multiple alias interfaces on one
> network card.

Firstly, do you have something listening on port 80 of each of those
IP addresses? 
netstat -an | grep LISTEN | less
will let you see.

Secondly, is anything appearing in the logs when you attempt to
connect ? Check the errorlog in the first instance.

HTH 

-- 
- Wayne Pascoe
                                 | Yoohoo... I'll make you famous
freebsd@molemanarmy.com          | 
http://www.molemanarmy.com       | 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86herx3dle.fsf>