]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_dir.conf
- rel 4; use currently available (unofficial) fix for latest 'Range' vuln.
[packages/apache.git] / apache-mod_dir.conf
1 # $Id$
2 LoadModule dir_module   modules/mod_dir.so
3
4 # DirectoryIndex: sets the file that Apache will serve if a directory
5 # is requested.
6
7 <IfModule dir_module>
8         DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
9 </IfModule>
This page took 0.065599 seconds and 3 git commands to generate.