Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 24042 invoked from network); 12 Jan 2005 23:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 23:40:52 -0000 Received: (qmail 21833 invoked by uid 500); 12 Jan 2005 23:40:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 21819 invoked by uid 500); 12 Jan 2005 23:40:42 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 21802 invoked by uid 99); 12 Jan 2005 23:40:42 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail15.messagelabs.com (HELO mail15.messagelabs.com) (63.210.62.243) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 12 Jan 2005 15:40:40 -0800 X-VirusChecked: Checked X-Env-Sender: RDNelson@Mail.Donaldson.com X-Msg-Ref: server-23.tower-15.messagelabs.com!1105573237!12551886!1 X-StarScan-Version: 5.4.5; banners=-,-,- X-Originating-IP: [162.107.240.195] Received: (qmail 26202 invoked from network); 12 Jan 2005 23:40:37 -0000 Received: from dcimail.donaldson.com (HELO nt?blm3.amer.dci.corp) (162.107.240.195) by server-23.tower-15.messagelabs.com with SMTP; 12 Jan 2005 23:40:37 -0000 Received: by nt_blm3 with Internet Mail Service (5.5.2657.72) id ; Wed, 12 Jan 2005 17:42:29 -0600 Message-ID: <11864A3328DDD5119DE70002A540D64A110ACE03@ntblm16> From: "Nelson, Robert D." To: "'users@httpd.apache.org'" Date: Wed, 12 Jan 2005 17:39:20 -0600 X-Mailer: Internet Mail Service (5.5.2657.72) X-Virus-Checked: Checked Subject: RE: [users@httpd] Virtual Hosting Causing Server to not start X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nick: > Trying to set the second vhost up to serve pages from an > entirely different > domain causes the server to fail to restart, so my syntax is wrong. Did you get an error message? If so, what was it? > I am using name based vhosts on one IP address. Having looked > at the Apache > files I have used only ServerName and DocumentRoot to attempt > to configure > the vhosts. Please post the relevant parts of your config file. > Which parameter am I missing? Again, we need to see the config file to know. > Additionally, is it possible to have the Apache server create > a log file for > each web vhosted website? Yep. Simply add a log directive in each VirtualHost and point them to different files, as in: ServerName www.host1.com ErrorLog /location/of/logs/host1_error_log CustomLog /location/of/logs/host1_access_log combined ServerName www.host2.com ErrorLog /location/of/logs/host2_error_log CustomLog /location/of/logs/host2_access_log combined ~ Robert --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org