Nagios /Apache start error

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
CraigN
Posts: 3
Joined: Sun Apr 03, 2011 12:21 pm

Nagios /Apache start error

Post by CraigN »

Hi
Am reposting with a better description
I installed per the Nagios/Ubuntu guide and all went well except after following procedure, instead of getting my Web interface with nagios, i got a prompt to download a file!! "application/x-httpd-php" file to be downloaded...
Im checking the apache side as that is probably the culprit but wanted to post this again in case anybody has seen this and resolved.

thanks
craig
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Nagios /Apache start error

Post by tonyyarusso »

You may not have the PHP module loaded. Trying issuing:

Code: Select all

sudo a2enmod php5
sudo service apache2 reload
(And yes, I know that the Ubuntu Quickstart guide is awful - it's on my to-do list. :P )
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
CraigN
Posts: 3
Joined: Sun Apr 03, 2011 12:21 pm

Re: Nagios /Apache start error

Post by CraigN »

Thanks
I s/h thought of that myself
If you just append
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
to the the how-to it would be perfect!
Craig
Locked