I have installed cacti through:
And it installed under /usr/share/cacti folder.
I am able to open the cacti page through
http://localhost/cacti through htmlview command(commandline interface). But when I try opening it under Windows it says: "Permission Denied".
I guess the issue is due to httpd.conf DocumentRoot Setting:
I am having DocumentRoot as of now under /var/www/html.
<Directory /var/www/html>
There is a seperate webpage project specific which is already running under /var/www/html.
How can I add for cacti on this to work?
How can I make it work?