]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_dir.conf
This commit was manufactured by cvs2git to create branch 'APACHE_2_2'.
[packages/apache.git] / apache-mod_dir.conf
index f92672b5fc7a0d7266c07c3fe5787d268671707c..fe8147433f60ea9e522c4bb4f144f1a7767b4bab 100644 (file)
@@ -1,11 +1,9 @@
 # $Id$
-LoadModule dir_module           modules/mod_dir.so
+LoadModule dir_module  modules/mod_dir.so
 
 # 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.aspx
+       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
 </IfModule>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.028505 seconds and 4 git commands to generate.