]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-mod_dir.conf
- up to 2.2.29; fixes from 2.2.26: CVE-2014-0098, CVE-2013-6438, CVE-2014-0118, CVE...
[packages/apache.git] / apache-mod_dir.conf
... / ...
CommitLineData
1# $Id$
2LoadModule 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.02357 seconds and 4 git commands to generate.