The requested URL /nagios/< was not found on this server.
Re: The requested URL /nagios/< was not found on this server
Yes, it's your Apache config that makes it listen on other ports.
Rob Hassing


Re: The requested URL /nagios/< was not found on this server
What rhassing is saying about the Apache port is true. I'm going to throw out the disclaimer that the only officially supported way to run Nagios is on a clean minimal install RHEL/CentOS machine, but core is open source, free, and fun so you can do all kinds of unique things!
Former Nagios Employee.
me.
me.
-
tusharniras
- Posts: 11
- Joined: Mon Oct 05, 2015 8:13 am
Re: The requested URL /nagios/< was not found on this server
Hi Folks,
The issue has been resolved. It was really silly mistakes and cost me hours to make it work.
The issue was libapache2-mod-php5 package was not installed on Ubuntu machine. There was an error while installing libapache2-mod-php5.
So..what I did?
Answer -
I reinstalled apache2 and updated the Ubuntu OS:# apt-get update
Then I've installed the package :# apt-get install libapache2-mod-php5
Wallah!!! It works!!!
Thank you friends for all your support. I love NagiOS
Best Regards,
TUSHAR NIRAS
The issue has been resolved. It was really silly mistakes and cost me hours to make it work.
The issue was libapache2-mod-php5 package was not installed on Ubuntu machine. There was an error while installing libapache2-mod-php5.
So..what I did?
Answer -
I reinstalled apache2 and updated the Ubuntu OS:# apt-get update
Then I've installed the package :# apt-get install libapache2-mod-php5
Wallah!!! It works!!!
Thank you friends for all your support. I love NagiOS
Best Regards,
TUSHAR NIRAS
Re: The requested URL /nagios/< was not found on this server
Glad to hear it is working! I'll go ahead and close this topic. Let us know if we can help you with anything else.
Thanks!
Thanks!
Former Nagios Employee.
me.
me.