Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Sep 2000 01:40:42 GMT
From:      "Terje Oseberg" <oseberg@hotmail.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!)
Message-ID:  <F293ok84FTA7OIkUqLp0000502c@hotmail.com>

next in thread | raw e-mail | index | archive | help
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-questions" in the body of the message




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