Home Page › Forums › Network Management › ZeroShell › MRTG › Reply To: MRTG
September 27, 2010 at 8:56 pm
#51118
Member
Thanks for your answer. I finally managed to found the problem. mlppp patch replace the default httpd.conf
So I had to edit the file to add a line like that:
cd /etc/httpd
vi httpd.conf
PgDn to the end
o
Alias /mrtg/ “/var/register/system/mrtg/html/”
service httpd stop
service httpd start