HTTP WARNING: HTTP/1.1 403 Forbidden Nagios
You may get this error after installing nagios
HTTP WARNING: HTTP/1.1 403 Forbidden
This is because there is no index.html file on the document root of Apache.
l
if you want you can write something in it
Now restart the services
it must be solved within minutes.
You may get this error after installing nagios
HTTP WARNING: HTTP/1.1 403 Forbidden
This is because there is no index.html file on the document root of Apache.
Code:
#cd /var/www/html (if you installed using yum) #touch index.htm
if you want you can write something in it
Code:
#echo "Nagios Server" >> /var/www/html/index.html
Code:
#service httpd restart #service nagios restart