Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71512 invoked by uid 500); 31 Jan 2003 15:43:00 -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 71462 invoked from network); 31 Jan 2003 15:42:59 -0000 Received: from venus.commerce.ubc.ca (137.82.154.16) by daedalus.apache.org with SMTP; 31 Jan 2003 15:42:59 -0000 Received: from exchange.commerce.ubc.ca (exchange.commerce.ubc.ca [137.82.66.44]) by venus.commerce.ubc.ca (8.9.3/8.9.3) with ESMTP id HAA25665 for ; Fri, 31 Jan 2003 07:43:00 -0800 Received: from usager73-183.hec.ca ([132.211.73.183]) by exchange.commerce.ubc.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id DWMP270Q; Fri, 31 Jan 2003 07:43:25 -0800 Date: Fri, 31 Jan 2003 10:42:25 -0500 (Est) From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <0FF3EA70-3530-11D7-9D44-0003939031DC@westpole.com> Message-ID: References: <0FF3EA70-3530-11D7-9D44-0003939031DC@westpole.com> X-X-Sender: slive@exchange.commerce.ubc.ca MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Name based virtual hosts On Fri, 31 Jan 2003, Stephen Colson wrote: > Tried it again after reading that, got the same error: > "# apachectl restart > Shutting down Web Service: httpd > Setting up Web Service: [Fri Jan 31 10:22:14 2003] [warn] > NameVirtualHost 69.0.x.x:80 has no VirtualHosts > /usr/sbin/httpd" 1. You need only a single NameVirtualHost directive for each IP, not one for each . 2. Unless you are doing something complicated (SSL, mixed IP/name based vhosts), you should use "*" in place of the IP address in NameVirtualHost and as suggested by the docs. 3. You RewriteRules make no sense. What are they supposed to do? Joshua. --------------------------------------------------------------------- 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