Date: 14 Nov 2001 17:40:27 +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: <86n11pw8s4.fsf@pan.ehsrealtime.com> In-Reply-To: <F104vwNeZsjSFUMCGlb00006537@hotmail.com> References: <F104vwNeZsjSFUMCGlb00006537@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Todd Reed" <ex279@hotmail.com> writes:
> Here is my NSLookup from my workstation
>
> C:\>nslookup neac1.neaclinic.com
> Server: atlas.neaclinic.com
> Address: 192.168.100.60
>
> Name: neac1.neaclinic.com
> Address: 192.168.125.240
>
> Web Server Logs look clean
>
> Here is the Netstat command results
>
> beta# netstat -an | grep LISTEN | less
> tcp4 0 0 *.80 *.* LISTEN
OK, that means that all IP's on the machine will accept requests from
port 80. No probs there.
When you try and connect from a browser, try doing a netstat -an to
see if the machine that your browser is running on makes a connection.
I take it the machine the browser is on is the same machine that you
are running the nslookup on?
Lastly, try adding a
ServerName directive to each of the hosts specifying the server name
to use.
HTH
--
- Wayne Pascoe
| The time for action is passed.
freebsd@molemanarmy.com | Now is the time for senseless
http://www.molemanarmy.com | bickering.
|
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?86n11pw8s4.fsf>
