I was wondering if someone can help running a nagios on a gentoo sever.
I had emerged Apache and nagios;
I edited commonapache.conf putting the following lines:
ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/
Alias /nagios/ /usr/nagios/share/
<Directory /usr/nagios/sbin>
AllowOverride None
Options ExecCGI FollowSymLinks
</Directory>
and on cgi.cfg I putted
use_authentication=0
when I try to access http://127.0.0.1/nagios/
I got :
Forbidden
You don't have permission to access /nagios/ on this server.
Apache/1.3.33 Server at 127.0.0.1 Port 80
any one have a clue of what is happening ?
apache and nagios are running correctly .
--
[email protected] mailing list