]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_dir.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_dir.conf
1 # $Id$
2 LoadModule dir_module modules/mod_dir.so
3
4 # DirectoryIndex: Name of the file or files to use as a pre-written HTML
5 # directory index.  Separate multiple entries with spaces.
6 #
7 <IfModule mod_dir.c>
8         DirectoryIndex index.html index.htm index.shtml index.cgi index.php
9 </IfModule>
This page took 0.0411 seconds and 3 git commands to generate.