Joshua Slive wrote:
> On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote:
> 
>> It never occurred to me that I needed to add these permissions in the
>> <Directory> section.
>>
>> In the main configuration part I have user directories defined as:
>>
>> <Directory /home/*/htdocs>
>>      AllowOverride None
>>          Order allow,deny
>>          Allow from all
>> </Directory>
>>
>> I assumed that this definition was going to be "inherited" by the
>> <VirtualHost> directives.
> 
> It is. But your cgi bin directory is not under /home/*/htdocs. If you
> have a bunch of sites, you may want to add a similar section for
> <Directory /home/*/cgi-bin>.

Keep in mind also that wildcard/regex match locations, directories and
files are all applied after their non-pattern, explicit flavors.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to