From owner-freebsd-questions Tue Sep 5 10: 7: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f238.law8.hotmail.com [216.33.241.238]) by hub.freebsd.org (Postfix) with ESMTP id 9538437B43E for ; Tue, 5 Sep 2000 10:07:04 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 10:07:04 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 17:07:04 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 Date: Tue, 05 Sep 2000 17:07:04 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 17:07:04.0538 (UTC) FILETIME=[B6F583A0:01C0175B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 DocumentRoot /data/web/ ServerName 216.15.83.94 DocumentRoot /data/web/www.etiam.net/ ServerName www.etiam.net ServerAlias etiam.net DocumentRoot /data/web/www.fineworks.com/ ServerName www.fineworks.com ServerAlias fineworks.com # 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