Click to See Complete Forum and Search --> : nagios cgi issues


macian
03-09-2005, 09:30 AM
I have installed nagios 1.2 from rpm on fedora core 3.

My issues is i can not get cgi's to execute from /usr/lib/nagios/cgi

Apache gives this error: "(13)Permission denied: exec of '/usr/lib/nagios/cgi/status.cgi'"

Now this file is not owned by root, and the directory is configured in apache as such:

ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi/
<Directory /usr/lib/nagios/cgi/>
Options ExecCGI
order deny,allow
deny from all
allow from 192.168.1.0/24
</Directory>

I know i am missing something simple in Apache but i can not, for the life of me, figure out what I am missing.

Any help would be greatly appreciated