Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 7429 invoked from network); 9 Jun 2006 13:43:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 13:43:05 -0000 Received: (qmail 45133 invoked by uid 500); 9 Jun 2006 13:42:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45085 invoked by uid 500); 9 Jun 2006 13:42:45 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 45052 invoked by uid 99); 9 Jun 2006 13:42:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 06:42:45 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of oozypal@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 06:42:44 -0700 Received: by py-out-1112.google.com with SMTP id d80so826497pyd for ; Fri, 09 Jun 2006 06:42:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=r0EHPIIaPrcUqpAyjKgMOOmBcLqKXdqQm14Kmf44CeHJweNA5bLGlWvvw1rthRprRwyMYhJNi27R0uZHHcZNRR/buTwqkoAzEPi2km74yvX5sOgFP5jyF8TJ0gGqivohGKLur0tPH5sVkBEakjnrV7QX3MrJ1VCsqTDal6b72b4= Received: by 10.35.99.14 with SMTP id b14mr596554pym; Fri, 09 Jun 2006 06:42:23 -0700 (PDT) Received: by 10.35.96.16 with HTTP; Fri, 9 Jun 2006 06:42:23 -0700 (PDT) Message-ID: <299ffe0d0606090642l4baf280dlcf75d1066fa0215d@mail.gmail.com> Date: Fri, 9 Jun 2006 16:42:23 +0300 From: "OOzy Pal" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Virtual Hosts X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Apache will not start. This happened when I add named-based VH. What is wrong with my conf. Basically, I want to do name-based VH's. Bellow is my conf: NameVirtualHost * Options FollowSymLinks AllowOverride None Allow from All ErrorLog "/var/www/var/log/apache_error_log" CustomLog "/var/www/html/ez/var/log/apache_access_log" common DirectoryIndex index.php DocumentRoot /var/www/ ServerName www.b1.com ServerAlias localhost Options FollowSymLinks AllowOverride None Allow from All ErrorLog "/home/hab/www/html/ez/var/log/apache_error_log" CustomLog "/home/hab/www/html/ez/var/log/apache_access_log" common DirectoryIndex index.php DocumentRoot /home/hab/www/html/ez/ ServerName www.ez.com ServerAlias admin.ez.com -- OOzy Kubuntu-Dapper --------------------------------------------------------------------- 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