Try this instead:<br>
<br>
ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin<br>
<br>
<Directory "/usr/local/nagios/sbin"><br>
 AllowOverride AuthConfig<br>
 Options ExecCGI<br>
 Order allow,deny<br>
 Allow from all<br>
</Directory><br>
<br>
If this still doesn't work, you may be running SELinux which prevent
Apache to serve pages outside a give set of directory, usually /var/www/<br>
<br>
I had the same problem this afternoon and was going mad for about 2
hours before I discover that SELinux was preventing apache to server my
newly installed nagios setup.<br>
<br>
I'm using Fedora Core 3<br>
<br>
<br>
<br>
<br>
<br><br><div><span class="gmail_quote">On 18 May 2005 18:45:12 +0300, <b class="gmail_sendername">Vincent Ngundi</b> <<a href="mailto:vincent@kenic.or.ke">vincent@kenic.or.ke</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin/<br><br><Directory "/usr/local/nagios/sbin/"><br> AllowOverride AuthConfig<br> Options ExecCGI<br> Order allow,deny<br> Allow from all<br></Directory>
<br><br>Alias /nagios/ /usr/local/nagios/share/<br><Directory "/usr/local/nagios/share"><br> Options None<br> AllowOverride AuthConfig<br> Order allow,deny<br> Allow from all<br></Directory><br><br>## End
<br><br>** Nagios is runnning as User nagios, Group nagios<br><br>What could be the problem?<br><br>Vincent.....<br><br>-------------------------------------------------------<br>This <a href="http://SF.Net">SF.Net</a> email is sponsored by Oracle Space Sweepstakes
<br>Want to be the first software developer in space?<br>Enter now for the Oracle Space Sweepstakes!<br><a href="http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click">http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br></blockquote></div><br>