From owner-freebsd-current Thu Aug 14 20:38:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03733 for current-outgoing; Thu, 14 Aug 1997 20:38:53 -0700 (PDT) Received: from veda.is (root@veda.is [193.4.230.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA03726 for ; Thu, 14 Aug 1997 20:38:48 -0700 (PDT) Received: from ubiq.veda.is (adam@ubiq.veda.is [193.4.230.60]) by veda.is (8.8.7/8.8.5) with ESMTP id DAA20206; Fri, 15 Aug 1997 03:38:30 GMT From: Adam David Received: (from adam@localhost) by ubiq.veda.is (8.8.7/8.8.5) id DAA07618; Fri, 15 Aug 1997 03:38:28 GMT Message-Id: <199708150338.DAA07618@ubiq.veda.is> Subject: VirtualHost in Apache 1.2.1 ? To: freebsd-current@freebsd.org Date: Fri, 15 Aug 1997 03:38:27 +0000 (GMT) Cc: apache-bugs@apache.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [cross-posted, please observe relevant Cc: in replies] I recently upgraded to Apache 1.2.1 and noticed that my VirtualHost directives stopped working. This is freshly compiled under FreeBSD 3.0-current. Is this a known problem or is something weird going on? (I'd rather check this out before delving into the guts of it). Port 80 BindAddress foo.bar.com ServerName foo.bar.com ServerName a.b.com ... ServerName foo.bar.com ... There are no listen directives anywhere and no BindAddress directives inside the VirtualHost sections. The above config listens on foo.bar.com:80 only, as if the VirtualHost sections weren't there. This setup was working fine before the upgrade. There are no pertinent errors in the logs. -- Adam David