]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_dir.conf
- allow from all, as default apache.conf is very restrictive now
[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>
10
11 # vim: filetype=apache ts=4 sw=4 et
This page took 0.108492 seconds and 3 git commands to generate.