This is quite easy to work around. Add the following lines to /etc/cacti/apache.conf:
<Files cmd.php> Deny from All </Files> <Files poller.php> Deny from All </Files>
These script shouldn't be reachable through the webserver anyways.
This is quite easy to work around. Add the following lines to /etc/cacti/ apache. conf:
<Files cmd.php>
Deny from All
Deny from All
</Files>
<Files poller.php>
</Files>
These script shouldn't be reachable through the webserver anyways.