summaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-02-13 02:05:40 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-02-13 02:05:40 +0000
commit5b5e1f3e025b8e7d6f75cb30e4d9f2bebd053087 (patch)
tree4c3b6d1a36f0f87f9132e163bac9fbb32f2585d4 /1.3
parentEnable ~username directories if -D USERDIR is set (diff)
downloadapache-5b5e1f3e025b8e7d6f75cb30e4d9f2bebd053087.tar.gz
apache-5b5e1f3e025b8e7d6f75cb30e4d9f2bebd053087.tar.bz2
apache-5b5e1f3e025b8e7d6f75cb30e4d9f2bebd053087.zip
Fix for DirectoryIndex to work with suggested solution of bug #50611
Diffstat (limited to '1.3')
-rw-r--r--1.3/conf/httpd.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/1.3/conf/httpd.conf b/1.3/conf/httpd.conf
index 7929e90..bb6c3d8 100644
--- a/1.3/conf/httpd.conf
+++ b/1.3/conf/httpd.conf
@@ -464,9 +464,7 @@ ServerAdmin root@localhost
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
-<IfModule mod_dir.c>
- DirectoryIndex index.html
-</IfModule>
+DirectoryIndex index.html
#
# AccessFileName: The name of the file to look for in each directory