Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 65732 invoked from network); 8 Apr 2004 08:10:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Apr 2004 08:10:33 -0000 Received: (qmail 56618 invoked by uid 500); 8 Apr 2004 08:09:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56598 invoked by uid 500); 8 Apr 2004 08:09:49 -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 56523 invoked from network); 8 Apr 2004 08:09:48 -0000 Received: from unknown (HELO mail.solutionsmanagement.com.au) (61.29.98.94) by daedalus.apache.org with SMTP; 8 Apr 2004 08:09:48 -0000 Received: from localhost (dax [127.0.0.1]) by mail.solutionsmanagement.com.au (Postfix) with ESMTP id AFFA3478B2 for ; Thu, 8 Apr 2004 18:09:39 +1000 (EST) Received: from quark (quark.solman [192.168.0.223]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.solutionsmanagement.com.au (Postfix) with ESMTP id A30DE47897 for ; Thu, 8 Apr 2004 18:09:37 +1000 (EST) From: Luke Worthy Organization: Solutions Management To: users@httpd.apache.org Date: Thu, 8 Apr 2004 17:55:30 +1000 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200404081755.30132.luke@solutionsmanagement.com.au> X-Virus-Scanned: by AMaViS 0.3.12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] re: help with virtualdocumentroot setup X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N HAHA - always the way - I finally ask for some good help, and guess what - fixed it. Just for anyone else my new config says: NameVirtualHost * UseCanonicalName Off ServerName * VirtualDocumentRoot /webpages/clientroot/%2.1/%2.2/%0 DirectoryIndex default.cfm default.htm index.cfm index.htm index.html ErrorDocument 404 /404.cfm Options -Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all ServerAdmin luke@solutonsmanagement.com.au VirtualDocumentRoot /etc/htdocs/ ServerName cf.defiant.solman ServerAlias cf.defiant.solman CustomLog /var/log/cfaccess.log combined Options -Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny Allow from 192.168.0 typical :) --------------------------------------------------------------------- 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