]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_dir.conf
- from upstream: fix child process hang during graceful restart/stop in
[packages/apache.git] / apache-mod_dir.conf
index 754b634cfef6d2e2a5281e63fdad7db74e81b434..fe8147433f60ea9e522c4bb4f144f1a7767b4bab 100644 (file)
@@ -1,8 +1,9 @@
 # $Id$
-LoadModule dir_module           modules/mod_dir.so
+LoadModule dir_module  modules/mod_dir.so
 
-<IfModule mod_dir.c>
-       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.aspx
-</IfModule>
+# DirectoryIndex: sets the file that Apache will serve if a directory
+# is requested.
 
-# vim: filetype=apache ts=4 sw=4 et
+<IfModule dir_module>
+       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
+</IfModule>
This page took 0.033436 seconds and 4 git commands to generate.