]> git.pld-linux.org Git - packages/apache.git/commitdiff
- disabled DirectoryIndex usage when mod_dir is not installed
authormis <mis@pld-linux.org>
Thu, 25 May 2000 12:46:15 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-httpd.conf -> 1.12

apache-httpd.conf

index 2c450ee6cf6fbb175ed461c05c8e006338eb1d61..e0b4c7a185df6879fded20912531886859b30059 100644 (file)
@@ -302,7 +302,9 @@ UserDir public_html
 # DirectoryIndex: Name of the file or files to use as a pre-written HTML
 # directory index.  Separate multiple entries with spaces.
 #
+<IfModule mod_dir>
 DirectoryIndex index.html index.htm index.shtml index.cgi
+</IfModule>
 
 #
 # AccessFileName: The name of the file to look for in each directory
This page took 0.044775 seconds and 4 git commands to generate.