summaryrefslogtreecommitdiffstats
path: root/docs/conf
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-09-10 10:30:48 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-09-10 10:30:48 +0200
commit55afd8ae4338fa51ab0abb9501815b1921fa2d3d (patch)
tree06ffa48c6c33c2d6a7e58bb2f5a8f815ea98f840 /docs/conf
parent"If a program crashes in a forest and no users are around, did the program (diff)
downloadapache2-55afd8ae4338fa51ab0abb9501815b1921fa2d3d.tar.xz
apache2-55afd8ae4338fa51ab0abb9501815b1921fa2d3d.zip
Add Indexes to the public_html example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/httpd-std.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in
index 615b7864fe..13963dd812 100644
--- a/docs/conf/httpd-std.conf.in
+++ b/docs/conf/httpd-std.conf.in
@@ -370,7 +370,7 @@ UserDir public_html
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
-# AllowOverride FileInfo AuthConfig Limit
+# AllowOverride FileInfo AuthConfig Limit Indexes
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny