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
Nagios /Apache start error
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Nagios /Apache start error
You may not have the PHP module loaded. Trying issuing:
(And yes, I know that the Ubuntu Quickstart guide is awful - it's on my to-do list.
)
Code: Select all
sudo a2enmod php5
sudo service apache2 reload
Re: Nagios /Apache start error
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
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