Announcement

Collapse
No announcement yet.

HTTP WARNING: HTTP/1.1 403 Forbidden Nagios

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTTP WARNING: HTTP/1.1 403 Forbidden Nagios

    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.

    Code:
    #cd /var/www/html          (if you installed using yum)
    #touch index.htm
    l
    if you want you can write something in it
    Code:
    #echo "Nagios Server" >> /var/www/html/index.html
    Now restart the services
    Code:
    #service httpd restart
    #service nagios restart
    it must be solved within minutes.
    Last edited by kuldeep; 02-21-2015, 02:31 AM.
Working...
X