I have installed Nagios 1.3.
With /$nagiospath/bin/nagios -v /$nagiospath/etc/nagios.cfg all is ok and with /$nagiospath/bin/nagios /$nagiospath/etc/nagios.cfg Nagios starts perfectly, but if I try to view the status via browser, it return the message “Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request”.
I have enebled authorizations in the cgi.cgf file and I modified the http.conf file as well as indicated in the documentation.
[quote=“carletto”]I have installed Nagios 1.3.
With /$nagiospath/bin/nagios -v /$nagiospath/etc/nagios.cfg all is ok and with /$nagiospath/bin/nagios /$nagiospath/etc/nagios.cfg Nagios starts perfectly, but if I try to view the status via browser, it return the message “Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request”.
I have enebled authorizations in the cgi.cgf file and I modified the http.conf file as well as indicated in the documentation.
Sorry for my English[/quote]
Did you remember to restart both Nagios and Apache after making those configuration changes?
Btw, if you authenticate successfully into Apache, and it’s just that you’re having trouble with accessing the CGIs, then your configuration error isn’t about authentication. Apache returns an “Error: Forbidden” message when authentication fails.
Would you please post the relevant portions of your cgi.cfg file and your .htaccess files?
Did you cut/paste from what Luca put? That post is missing the “S” in “ScriptAlias”, so that could give you problem.
I assume you’ve also placed the the alias for your share/ folder in httpd.conf, and in the correct location in relation to the ScriptAlias for the sbin/ directory, yes?