]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_dir.conf
include more common modules to base metapackage
[packages/apache.git] / apache-mod_dir.conf
index 1d19abdbe21246a00d582d8b4b598d5bdf45f551..cea791f0d1fd58408158c030f2c16f2e8340a95e 100644 (file)
@@ -1,6 +1,8 @@
-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
-</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.034772 seconds and 4 git commands to generate.