Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Sep 2000 17:07:04 GMT
From:      "Terje Oseberg" <oseberg@hotmail.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Apache 1.3.12 Virtual Hosts on FreeBSD 4.0
Message-ID:  <F238YrZuvbUCwBp9evG000037ea@hotmail.com>

next in thread | raw e-mail | index | archive | help
I have a question regarding Virtual Hosts.

I've gotten it working on FreeBSD 3.2 and it was simple and
quick to set up. I've tried to and failed to get it to work
on FreeBSD 4.0 with the same Apache 1.3.12. I've tried to use
the same config file and everything. I've also tried using
the default config file and just adding my virtual hosts
directives at the end.

Here's what I added:
NameVirtualHost 216.15.83.94

<VirtualHost 216.15.83.94>
  DocumentRoot /data/web/
  ServerName 216.15.83.94
</VirtualHost>

<VirtualHost 216.15.83.94>
  DocumentRoot /data/web/www.etiam.net/
  ServerName www.etiam.net
  ServerAlias etiam.net
</VirtualHost>

<VirtualHost 216.15.83.94>
  DocumentRoot /data/web/www.fineworks.com/
  ServerName www.fineworks.com
  ServerAlias fineworks.com
</VirtualHost>

# More of the same deleted.

I have not set up the DNS's for this stuff, so to test it,
please telnet to port 80 on 216.15.83.94 and do a request
with either:

GET /x.html HTTP/1.1
host: www.fineworks.com


or

GET http://www.fineworks.com/x.html HTTP/1.0


I believe that both should work, but both don't work, but both
don't. You can also check out my info page at:
http://216.15.83.94/server-info

An exact copy of my httpd.conf file may be found at:
http://216.15.83.94/httpd.conf.txt

A copy of my dmesg output:
http://216.15.83.94/dmesg.txt

A copy of my current kernel config file:
http://216.15.83.94/FIREWALL.txt

Output from my ifconfig -a:
http://216.15.83.94/ifconfig-a.txt

If there's anything else anyone needs to figure this out, please
let me know and I'll put it online.

Because I've been trying everything possible in the httpd.conf file
that might fix things, my httpd.conf file might be lacking stuff by
now, or have way more stuff than it needs. This is because at this
point, I'm completely unsure of what could or couldn't be causing
this problem.

Terje

_________________________________________________________________________
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?F238YrZuvbUCwBp9evG000037ea>