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
root@NAGIOS-VM01:/etc/apache2# sudo netstat -anp |grep '^tcp.LISTEN’
tcp 0 0 0.0.0.0:80 0.0.0.0: LISTEN 5063/apache2
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 4655/cupsd
If I type in http:\localhost is get it works!
Where should I start to look
thanks