Hi all! REMY Julien wrote:
> In /var/log/httpd/error_log : > > [Fri Jun 16 11:23:37 2006] [error] [client 127.0.0.1] > (13)Permission denied: exec of '/usr/lib/nagios/cgi/tac.cgi' > failed, referer: http://localhost/nagios/side.html This might be because of: - missing ScriptAlias statement in the Apache httpd.conf Or - The user under which the Apache runs (usually wwwrun, www or so) hasn't the rights to execute the file tac.cgi. At my server the rights ar as follows: lx0004:~ # ls -l /usr/local/nagios/sbin/tac.cgi -rwxrwxr-x 1 nagios nagios 146296 Jun 6 11:52 /usr/local/nagios/sbin/tac.cgi -- Regards Thomas Voigt _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
