]> git.pld-linux.org Git - packages/apache.git/commitdiff
- removed double AccessConfig i ResourceConfig
authormis <mis@pld-linux.org>
Tue, 27 Jun 2000 08:55:56 +0000 (08:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed mod_dir configuration

Changed files:
    apache-httpd.conf -> 1.15

apache-httpd.conf

index ac04347d42a01c51bbc4d7213a8e8dcdb341da38..53b11ff2a816092a48d53dd7b21e0b7bb40f7d18 100644 (file)
@@ -7,10 +7,6 @@
 # such as the number of concurrent requests it can handle or where it can
 # find its configuration files.
 
-### Disable usage obsoletes access.conf and srm.conf 
-ResourceConfig  /dev/null
-AccessConfig    /dev/null
-
 ### ServerType
 # is either inetd, or standalone. Inetd mode is only supported on Unix
 # platforms.
@@ -84,8 +80,8 @@ ScoreBoardFile /var/run/httpd.scoreboard
 # these files altogether by using "/dev/null" (for Unix) or
 # "nul" (for Win32) for the arguments to the directives.
 #
-#ResourceConfig /etc/httpd/srm.conf
-AccessConfig /etc/httpd/access.conf
+ResourceConfig  /dev/null
+AccessConfig    /dev/null
 
 
 #
@@ -306,7 +302,7 @@ 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>
+<IfModule mod_dir.c>
 DirectoryIndex index.html index.htm index.shtml index.cgi
 </IfModule>
 
This page took 0.033124 seconds and 4 git commands to generate.