Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 39022 invoked from network); 26 Jan 2006 14:28:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jan 2006 14:28:57 -0000 Received: (qmail 84603 invoked by uid 500); 26 Jan 2006 14:28:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84588 invoked by uid 500); 26 Jan 2006 14:28: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 84577 invoked by uid 99); 26 Jan 2006 14:28:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 06:28:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO zproxy.gmail.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 06:28:45 -0800 Received: by zproxy.gmail.com with SMTP id 12so355747nzp for ; Thu, 26 Jan 2006 06:28:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BUG7PcR2C16BVYmnqMWZM/yL0WD28xUvTBWC3oWRE6EKWWOMC1fxYix2QUNPWHqJpX/o2r6SENxbrGl3L32clGeCCErdEQH2pJ4+ARLxrN+OFQGMsCVRI5z+WhPAQdiInNGFbLybYQ5eDYoXRaeqL7M9MyIKKWvm57FJGK9hs88= Received: by 10.65.11.5 with SMTP id o5mr1337425qbi; Thu, 26 Jan 2006 06:28:24 -0800 (PST) Received: by 10.65.15.4 with HTTP; Thu, 26 Jan 2006 06:28:24 -0800 (PST) Message-ID: Date: Thu, 26 Jan 2006 09:28:24 -0500 From: Joshua Slive Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <43D8AEF7.1000301@turrisi.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43D8AEF7.1000301@turrisi.co.uk> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Mass configured virtual hosts and dynamic alias's X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/26/06, Tom Turrisi wrote: > > This works fine but what i would like is to have an alias of /dshop go > to /domains/%1.1/%1.2/%0/shop for all the virtual hosts. Unfortunately > for me, the variables only work when using the VirtualDocumentRoot > directive and not the Alias directive. Right. If you want to do this type of interpolation on alias-type things, you'll need to throw out mod_vhost_alias and use mod_rewrite: http://httpd.apache.org/docs/1.3/vhosts/mass.html#simple.rewrite 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