]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_dir.conf
- rel 1; works here; upgrade from all-apache packages 2.2 to 2.4 worked; partial...
[packages/apache.git] / apache-mod_dir.conf
1 LoadModule dir_module   modules/mod_dir.so
2
3 # DirectoryIndex: sets the file that Apache will serve if a directory
4 # is requested.
5
6 <IfModule dir_module>
7         DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
8 </IfModule>
This page took 0.032896 seconds and 4 git commands to generate.