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...
Bonne chance
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