The following error occurs when you access a graphic webpage under MRTG: forbidden
You don't have permission to access/MRTG/10.8.254.20.254.html on this server.
Apache/2.2.3 (centos) server at 10.8.100.26 port 80This is because our network is not open to the outside world. The reason why we can open it during installation is because we use Remote Installation and can open the graphic web page without restarting.The solution is simple. /Etc/httpd/CONF. d/has a configuration file mrtg. cfg. VI
/Etc/httpd/CONF. d/mrtg. cfg
# This configuration file maps the MRTG output (generated
daily)
# Into the URL space. by default these results are only accessible
# from the local host.
#
alias/MRTG/var/www/html/MRTG
# order deny, allow
# deny F Rom all
allow from 127.0.0.1
allow from :: 1
# Allow from .example.com
Press And then restart httpd.