• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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