Monitoring avec nagios 4.2.0

tml -  
mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour

S'il vous plaît, ma préocupation est de savoir comment remédier à ce problème lorsque un message de ce genre apparaît, lorsque nous souhaitons accéder à l'interface web du serveur nagios sous ubuntu 16.04 :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
Apache/2.4.18 (Ubuntu) Server at 10.0.2.15 Port 80


Merci
A voir également:

1 réponse

mamiemando Messages postés 33772 Date d'inscription   Statut Modérateur Dernière intervention   7 882
 
Bonjour,

1) Es-tu sûr de ton installation apache ? En outre, que se passe-t'il si par exemple tu veux afficher
http://localhost ?
2) As-tu installé le module php et l'as tu activé ?

sudo apt-get install libapache2-mod-php
sudo a2enmod php
sudo service apache2 restart


3) Si le problème persiste, dans un terminal lance
sudo tail -f /var/log/apache2/*
et essaye d'accéder à nagios. Puis copie-colle nous les erreurs qui s'affichent.

Bonne chance
0