Francesc Guasch <[EMAIL PROTECTED]> wrote:
> <Location /nagios/cgi-bin>
>           Options ExecCGI
> </Location>
> 
> Alias /nagios/ /usr/share/nagios/
> <Directory /usr/share/nagios/>
>      AllowOverride AuthConfig
>      Options None
>      order deny,allow
>      deny from all
>      allow from ip_removed
> </Directory>

I suspect that the Options directive in the directory section
overwrites the one in the location directive. It doesn't matter that
the Location is more specific because it is evaluated earlier in the
request loop.

   --Nikolaus

Reply via email to