diff options
author | Rich Bowen <rbowen@apache.org> | 2012-11-08 04:07:01 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-11-08 04:07:01 +0100 |
commit | db7ba71bf15daf8127c8d7ac89afd79822695292 (patch) | |
tree | 1e42592fe6880cbb837f1369326006315ff277b6 | |
parent | * Ensure that nkey is initialized. (diff) | |
download | apache2-db7ba71bf15daf8127c8d7ac89afd79822695292.tar.xz apache2-db7ba71bf15daf8127c8d7ac89afd79822695292.zip |
s/Options/AllowOverride/ in comment describing the syntax of
AllowOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406905 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/conf/httpd.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 2373e6f044..159f6167da 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -150,7 +150,7 @@ DocumentRoot "${DOCROOT}" # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: - # Options FileInfo AuthConfig Limit + # AllowOverride FileInfo AuthConfig Limit # AllowOverride None |