Probleme munin
Bonjour,
je suis actuellement sur une distrib ubuntu 10.1 et j'ai installé munin et j'ai un souci avec.
En effet quand je fais domain.fr/munin , il me dit
Forbidden
You don't have permission to access /munin on this server.
pour temps j'ai suivis un tuto sur le net .
avait une aidé ?
je suis actuellement sur une distrib ubuntu 10.1 et j'ai installé munin et j'ai un souci avec.
En effet quand je fais domain.fr/munin , il me dit
Forbidden
You don't have permission to access /munin on this server.
pour temps j'ai suivis un tuto sur le net .
avait une aidé ?
1 réponse
-
C'est probablement ton vhost munin qui n'est configuré que pour autoriser les connexion locales. Il faut que tu regardes ici :
http://doc.ubuntu-fr.org/munin#plugins_apache
Tu dois corriger la ligne "Allow from" (par exemple Allow from all" ou "Allow from xx.xx.xx.xx" où xx.xx.xx.xx est l'IP du client (vue depuis le serveur)). Ensuite relance apache...
sudo service apache2 restart
Bonne chance