[client ::1] Directory index forbidden by Options directive: /var/www/html/

Discussion in 'Tips/Tricks/Mods' started by wpwood3, Nov 9, 2007.

  1. wpwood3

    wpwood3 New Member

    I found a simple solution to this problem:

    The Problem

    My httpd error logs (/var/log/httpd/error_log) were filling up daily with this error:

    Code:
     
    [Thu Nov 08 22:39:19 2007] [error] [client ::1] Directory index forbidden by Options directive: /var/www/html/
    
    The Solution

    I created a file, index.html , and placed it in /var/www/html
    It does not matter what the contents of the file are...it just has to be there.

    No more errors! :D
     
  2. hxbro

    hxbro New Member

Share This Page