Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 84644 invoked from network); 28 Mar 2007 14:52:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 14:52:31 -0000 Received: (qmail 80916 invoked by uid 500); 28 Mar 2007 14:52:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 80899 invoked by uid 500); 28 Mar 2007 14:52:25 -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 80845 invoked by uid 99); 28 Mar 2007 14:52:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 07:52:24 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 07:52:16 -0700 Received: by an-out-0708.google.com with SMTP id d31so2279701and for ; Wed, 28 Mar 2007 07:51:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ud91AEc+Tzorh4z54Afiy7fdHwCNR5iHAJcB4AZOTMpsBDHCh0Kfduq0szG/46RmaVFImXN7C/G9q2Y7MAehMiFJG316e49sT2OrdTmJ+Pbmdqrv8aTfpRN69hEJqjIs0kK0gVU4ItmzYbKO+WOusUDCMuTwxAX3QQ4lrHVWMmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=g+jxmos7MEU4U2474uPy+NEdyUBX6uH6UY870qP7G2FDSmwzBOIrGPYE3GCFdk3wOhqFVeX+ZbH/e1J9OoyYGB4ePkCPE5qni+lfJrW8TnQ1zJzXMrE3NWh5auIZ/o4E3qLP2jlW6dkunpIY6K8+ctMYiC3SYRhG8q1FgY7iKS4= Received: by 10.100.177.16 with SMTP id z16mr271088ane.1175093514630; Wed, 28 Mar 2007 07:51:54 -0700 (PDT) Received: by 10.100.253.7 with HTTP; Wed, 28 Mar 2007 07:51:54 -0700 (PDT) Message-ID: Date: Wed, 28 Mar 2007 10:51:54 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Google-Sender-Auth: 847cd4efc4945f37 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] ScriptAlias broken with VirtualDocumentRoot? On 3/28/07, Alberto Gim=E9nez wrote: > I suspect that the VirtualDocumentRoot makes in any way the server > not to use the ScriptAlias directive and then tries to find a physical > /cgi-bin/ directory inside the document root. You don't mention what version you are using. I'm fairly sure that in recent versions, mod_alias directives will override mod_vhost_alias directives, so you shouldn't have that problem. In 1.3, the processing depends on the ordering of the AddModule lines, but in 2.x it is specified in the code. 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