Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 11:20:23 -0600
From:      "Todd Reed" <ex279@hotmail.com>
To:        freebsd@molemanarmy.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Virtual Hosting with Apache
Message-ID:  <F104vwNeZsjSFUMCGlb00006537@hotmail.com>

next in thread | raw e-mail | index | archive | help
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
tcp4      0      0  *.3306                 *.*                    LISTEN
tcp4      0      0  *.22                   *.*                    LISTEN
tcp46     0      0  *.22                   *.*                    LISTEN
tcp4      0      0  *.587                  *.*                    LISTEN
tcp4      0      0  *.25                   *.*                    LISTEN
tcp6      0      0  *.23                   *.*                    LISTEN
tcp6      0      0  *.21                   *.*                    LISTEN
tcp4      0      0  *.23                   *.*                    LISTEN
tcp4      0      0  *.21                   *.*                    LISTEN
tcp4      0      0  *.111                  *.*                    LISTEN


I'm baffeled!

--Todd




>From: Wayne Pascoe <freebsd@molemanarmy.com>
>To: "Todd Reed" <ex279@hotmail.com>
>CC: freebsd-questions@freebsd.org
>Subject: Re: Virtual Hosting with Apache
>Date: 14 Nov 2001 09:29:17 +0000
>MIME-Version: 1.0
>Received: from [213.52.146.137] by hotmail.com (3.2) with ESMTP id 
>MHotMailBDBB84D9005440043893D5349289DBBD0; Wed, 14 Nov 2001 01:31:06 -0800
>Received: from pan.ehsrealtime.com ([213.52.146.196])by 
>clientmail.realtime.co.uk with esmtp (Exim 3.20 #1)id 163wNt-0003bf-01; 
>Wed, 14 Nov 2001 09:31:05 +0000
>Received: from waynep by pan.ehsrealtime.com with local (Exim 3.33 #1)id 
>163wM9-0000DW-00; Wed, 14 Nov 2001 09:29:17 +0000
>From wayne.pascoe@realtime.co.uk Wed, 14 Nov 2001 01:31:40 -0800
>References: <F47ju4TYDij04WcbQlR00003721@hotmail.com>
>In-Reply-To: <F47ju4TYDij04WcbQlR00003721@hotmail.com>
>Message-ID: <86herx3dle.fsf@pan.ehsrealtime.com>
>Lines: 32
>User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)
>Sender: Wayne Pascoe <waynep@pan.ehsrealtime.com>
>
>"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       |


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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?F104vwNeZsjSFUMCGlb00006537>