From 6c8a526237a6f562d8ddbe893b3f811bd0c7e637 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 8 Aug 2011 12:15:43 +0000 Subject: [PATCH] document implicit limitation in AllowOverride Option=Foo -- this doesn't let you "lock in" any value since the non +/- syntax can zap whatever it wants. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154940 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 95f636bb07..eb0ffd9a73 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -421,7 +421,17 @@ NoDecode option available in 2.3.12 and later. XBitHack). An equal sign may be given followed by a comma (but no spaces) separated lists of options that may be set using the Options command. + module="core">Options command. + + Implicit disabling of Options +

Even though the list of options that may be used in .htaccess files + can be limited with this directive, as long as any Options directive is allowed any + other inherited option can be disabled by using the non-relative + syntax. In other words, this mechanism cannot force a specific option + to remain set while allowing any others to be set. +

+

Example:

-- 2.40.0