Greetings,
i have successfully installed nagios on my new box. I have the typical error where i go to 127.0.0.1/nagios
Access forbidden!
You don’t have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
192.168.0.11
Thu Nov 17 20:59:19 2005
Apache/2.0.54 (Linux/SUSE)
my NRPE
NRPE - Nagios Remote Plugin Executor
Copyright © 1999-2003 Ethan Galstad ([email protected])
Version: 2.0
Last Modified: 09-08-2003
License: GPL with exemptions (-l for more info)
SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher required
My httpd is configured like so
Include /etc/apache2/vhosts.d/*.conf
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin
<Directory “/usr/local/nagios/sbin”>
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
Alias /nagios /usr/local/nagios/share
<Directory “/usr/local/nagios/share”>
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
An im getting no where… any thoughts as what i am missing. I just dont see any html/php files awaywhere. Im lost. Can someone find me?
Please ?