]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_dir.conf
drop webserver(reqtimeout)
[packages/apache.git] / apache-mod_dir.conf
index f2e416fe20537d3dab5f6a49cf895499a135cd82..fe8147433f60ea9e522c4bb4f144f1a7767b4bab 100644 (file)
@@ -1,6 +1,9 @@
-LoadModule dir_module           modules/mod_dir.so
+# $Id$
+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.
 
+<IfModule dir_module>
+       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
+</IfModule>
This page took 0.292514 seconds and 4 git commands to generate.