Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2000 09:05:32 +0200
From:      "Mustafa N. Deeb" <mustafa@palnet.com>
To:        "Terje Oseberg" <oseberg@hotmail.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!)
Message-ID:  <005d01c0189a$0479df60$0a1174c0@palnet.com>
References:  <F293ok84FTA7OIkUqLp0000502c@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
what wrong in that ?
----- Original Message ----- 
From: Terje Oseberg <oseberg@hotmail.com>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Thursday, September 07, 2000 3:40 AM
Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!)


> You're probably not going to believe this, but,
> Uhh, I added this to the end of my httpd.conf
> file and it started working!!
> 
> ################################################################
> NameVirtualHost 192.168.1.1
> 
> <VirtualHost 192.168.1.1>
> </VirtualHost>
> 
> <VirtualHost 192.168.1.1>
>   ServerName www.etiam.net
>   DocumentRoot /data/web/www.etiam.net
> </VirtualHost>
> 
> <VirtualHost 192.168.1.1>
>   ServerName www.alluent.com
>   DocumentRoot /data/web/www.alluent.com
> </VirtualHost>
> 
> <VirtualHost 192.168.1.1>
>   ServerName www.fineworks.com
>   DocumentRoot /data/web/www.fineworks.com
> </VirtualHost>
> 
> <VirtualHost 192.168.1.1>
>   ServerName www.globalgastrohospital.com
>   DocumentRoot /data/web/www.globalgastrohospital.com
> </VirtualHost>
> 
> #######################################################################
> I also added this to my /etc/hosts file to prevent Apache from
> attempting a reverse DNS lookup or whatever it was that took so
> long:
> 
> 192.168.1.1 me.etiam.net
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> Share information about yourself, create your own public profile at 
> http://profiles.msn.com.
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message
> 
> 



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?005d01c0189a$0479df60$0a1174c0>