Re: [Nagios-users] unable to open nagios web interface

2009-03-25 Thread Ken Netzorg
You can also try going to http://localhost/nagios/index.html to verify your directory index directive is being carried through properly within the Apachy configuration. I ran into an issue recently when switching to SSL, I could no longer browse directly to Nagios and had to add the DirectoryIndex

Re: [Nagios-users] unable to open nagios web interface

2009-03-25 Thread asam30
may be you missed this, ScriptAlias /cgi-bin/ "/home/nagios/apache2/cgi-bin/" ScriptAlias /nagios/cgi-bin /home/nagios/nagios/sbin AllowOverride AuthConfig Options ExecCGI Order allow,deny Allow from all Alias /nagios /home/nagios/nagios/share AllowOverride AuthConfig Options None Order allow

Re: [Nagios-users] unable to open nagios web interface

2009-03-24 Thread Patrick Morris
On Tue, 24 Mar 2009, Pietto Vasco wrote: > I have just finished the ubuntu quickstart guide. after starting apache and > nagios when I go to locahost/nagios-- 404 not found The requested URL /nagios > was not found on this server > > I verified apache and nagios are running but no dice, Verifi

[Nagios-users] unable to open nagios web interface

2009-03-24 Thread Pietto Vasco
I have just finished the ubuntu quickstart guide. after starting apache and nagios when I go to locahost/nagios-- 404 not found The requested URL /nagios was not found on this server I verified apache and nagios are running but no dice, Verified apache is listening r...@nagios-vm01:/etc/apache2# s