Vos commentaires

Hi !

Is there a way to configure a reverse proxy (apache) to use ajenti ? and with munin graph workin ?

Thank you !
here the page : https://gist.github.com/anonymous/a251196dc8c9e8b6...

and my vhost
<VirtualHost *:443>
ServerName ajenti.selektenza.eu
ServerAlias www.ajenti.selektenza.eu

SSLEngine On
SSLCertificateFile /home/selektenza/SSL/stz.crt
SSLCertificateKeyFile /home/selektenza/SSL/stz.key

ProxyPass / http://ajenti.selektenza.eu:8000/
ProxyPassReverse / http://ajenti.selektenza.eu:8000/
ProxyRequests Off
ProxyPreserveHost On

</VirtualHost>

<VirtualHost *:80>
 ServerName ajenti.selektenza.eu
ServerAlias www.ajenti.selektenza.eu

Redirect permanent / https://ajenti.selektenza.eu/

</VirtualHost>


ok i find the issue, it was because i'm trying to use Ajenti through an Apache reverse proxy, is there a way to do that ? 

But munin widget don't work at all ?!
Hello, i found how the "STZ-SERVER_fichiers/" appairs, it is because i saved the page on my desktop.  Anyway, i try to reinstall munin&ajenti and it is exactly the same problem.

But i try access ajenti on my local domain, and it works, graph are displayed but cannot add widget on 1st page.
I don't see any  "STZ-SERVER_fichiers/" ?! in both page.

Anyway, i'm just a user & i don't know why...
Thank you for help, I can't see any links in the page source.
You can dl it here : http://uploadhero.co/dl/7d3e6374
Hello,

I configure Munin plugin as well, i can see my host in the plugin & I can see the graph titles with nothing above. I forget to say : I'm working on Ubuntu 12.04 and everthing works fine in Ajenti exept this!