]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_dir.conf
- rename sysconfig to apache to have same lock/service/config names
[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.029168 seconds and 3 git commands to generate.