Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 73457 invoked by uid 500); 27 Apr 2003 23:16:41 -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 73442 invoked from network); 27 Apr 2003 23:16:41 -0000 Received: from remt27.cluster1.charter.net (209.225.8.37) by daedalus.apache.org with SMTP; 27 Apr 2003 23:16:41 -0000 Received: from [68.116.63.71] (HELO homepc) by remt27.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with SMTP id 14639756 for users@httpd.apache.org; Sun, 27 Apr 2003 19:16:47 -0400 Message-ID: <000701c30d13$144a9e00$6501a8c0@tjaw.com> From: "Joe Barrett" To: "Apache" Date: Sun, 27 Apr 2003 16:16:43 -0700 Organization: Joe's Happy Fun House MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Name based virtual hosting Ok these are the parts of the config I edited to try and make name based virtual hosts, and with this code apache started, but nothing was accessible... Can someone please tell me what I did wrong / need to do? ServerRoot "C:/Program Files/Apache Group/Apache2" Listen 80 ServerName .68.116.63.71:80 DocumentRoot "C:/Program Files/Apache Group/Apache2" NameVirtualHost * DocumentRoot /RopheySite ServerName rophey.dyndns.org DocumentRoot /BenSite ServerName boredom.dyndns.org --------------------------------------------------------------------- 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