Hi, REMY Julien wrote: > No I don't have ScriptAlias /nagios/cgi-bin... > > Can you say me what I must put in the file ?
I also notice you are running RHEL 4, are you using a rpm for Nagios? If you use a rpm from DAG (http://dag.wieers.com/packages/) then there will be a /etc/httpd/conf.d/nagios.conf which you can just include in the Apache config. Eg, in the main server or a virtual host container do (whichever is appropriate): Include /etc/httpd/conf.d/nagios.conf (Remember to do "apachectl configtest" to check for errors) But in this case it seems that it is a file system permissions related problem. As Thomas recommends, I would check that the cgi's are executable by the Nagios user. Cheers, Fred. _______________________________________________ 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
