Nikolaus Rath wrote:
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
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.
Nice try, I added Options ExecCGI in both Directories, but
it does the same. I make sure it isn't cached using wget
for reading the page.
--
frankie