]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_dir.conf
- allow no errors from trans scriptlets
[packages/apache.git] / apache-mod_dir.conf
CommitLineData
1fee6743 1# $Id$
c3c0c101 2LoadModule dir_module modules/mod_dir.so
a39f1ff9 3
aff55ca5
ER
4# DirectoryIndex: sets the file that Apache will serve if a directory
5# is requested.
6
7<IfModule dir_module>
2016a68e 8 DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.aspx
a39f1ff9
AM
9</IfModule>
10
1fee6743 11# vim: filetype=apache ts=4 sw=4 et
This page took 0.032115 seconds and 4 git commands to generate.