• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

MRTG on plesk

M

MaRiOs

Guest
I've seen this conf file : /etc/httpd/conf.d/mrtg.conf

Alias /mrtg /var/www/mrtg

<Location /mrtg>
Order deny,allow
Deny from all
Allow from localhost
# Allow from .example.com
</Location>

I tried form my browser and I get that I dont have permissions...
I tried from ssh using lynx http://localhost/mrtg/
and I get the same :
You don't have permission to access /mrtg on this server.
Apache/2.0.46 (Red Hat) Server at localhost Port 80

Has anyone ever used the mrtg installed with plesk ?
 
The /var/www/mrtg generally only holds the mrtg docs/instructions. Plesk usually has a separate mrtg.cfg file somewhere under /usr/local/psa

They use it for their purpose, you could always write your own config file and call mrtg with parameters to use your conf file in a cronjob to collect your own statistics, as long as you don't mix them up with plesk's ...

You cannot directly access the /var/www/mrtg html files since apache config is not setup to serve from there, no virtualhost sections, etc...
 
Back
Top