]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_dir.conf
- up to 2.4.35
[packages/apache.git] / apache-mod_dir.conf
index 67835ab2cde3976aa770b4bd609697dca178c02d..cea791f0d1fd58408158c030f2c16f2e8340a95e 100644 (file)
@@ -1,9 +1,8 @@
-# $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
+       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
 </IfModule>
This page took 0.091022 seconds and 4 git commands to generate.