Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 4791 invoked from network); 9 Jun 2006 00:08:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 00:08:48 -0000 Received: (qmail 90350 invoked by uid 500); 9 Jun 2006 00:08:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 90332 invoked by uid 500); 9 Jun 2006 00:08:39 -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 90321 invoked by uid 99); 9 Jun 2006 00:08:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 17:08:38 -0700 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 66.249.82.198 as permitted sender) Received: from [66.249.82.198] (HELO wx-out-0102.google.com) (66.249.82.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 17:08:38 -0700 Received: by wx-out-0102.google.com with SMTP id t12so431602wxc for ; Thu, 08 Jun 2006 17:08:17 -0700 (PDT) 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:x-google-sender-auth; b=ov4mswtLCkNHEL1j971DjtY4oDc1R/WGF7qRc/PyTE4IWZLgNAgjQwZy3fHFAVPE+c/0lmvQfMPhEAj5fTcdnXJdNHN0svOyJSSfaLYhLRa9OwA7Y20mlk0JXcogOAzw2sdbIGCG9GwrtrFfWIcPdlAy+68KcbwUrRbP03SBPwY= Received: by 10.70.103.17 with SMTP id a17mr2806898wxc; Thu, 08 Jun 2006 17:08:17 -0700 (PDT) Received: by 10.70.92.6 with HTTP; Thu, 8 Jun 2006 17:08:17 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 20:08:17 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <87r71zfc1h.fsf@newsguy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87bqt4qhfs.fsf@newsguy.com> <05f801c68b12$751d6250$1f5c7580@globe.ucar.edu> <87wtbrfodh.fsf@newsguy.com> <87r71zfc1h.fsf@newsguy.com> X-Google-Sender-Auth: 6edc9e4aa8308072 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Re: Serve /var/www and public_html X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/8/06, reader@newsguy.com wrote: > "Joshua Slive" writes: > > [...] > > >> Adding that directory specifally (..htdocs/exp) in another `Directory' > >> statement does make cgi work there but that shuold just happen with > >> the above Directory statement right? > > > > Assuming you had *no other options directives*, then yes. Your > > problem is that you have another options directive someplace applying > > to that directory and not including execcgi. > > OK, sorry to be such a pest here but let me make sure I got this > right. > > There is a sort of generic default allow nothing Directory statement > over '/'. > > > Options FollowSymLinks > AllowOverride None > > > So does that then mean that setting execCGI on > /var/www/localhost/htdocs will not cover > /var/www/localhost/htdocs/subdir? No. You are correct in thinking that more specific sections override less-specific ones in general. The specific ordering is defined here: http://httpd.apache.org/docs/2.2/sections.html#mergin So you likely have another Options directive someplace. 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