]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_dir.conf
- don't hide messages written during configuration file syntax check
[packages/apache.git] / apache-mod_dir.conf
1 # $Id$
2 LoadModule dir_module           modules/mod_dir.so
3
4 <IfModule mod_dir.c>
5         DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.aspx
6 </IfModule>
7
8 # vim: filetype=apache ts=4 sw=4 et
This page took 0.02837 seconds and 3 git commands to generate.