diff options
author | Nick Kew <niq@apache.org> | 2011-10-08 16:51:35 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2011-10-08 16:51:35 +0200 |
commit | 7b2819356a41b9dfaf0dfc436cd827694e069c3f (patch) | |
tree | 5a33b96ad03572987818164128e8192324662e65 /docs/manual | |
parent | Updates. (diff) | |
download | apache2-7b2819356a41b9dfaf0dfc436cd827694e069c3f.tar.xz apache2-7b2819356a41b9dfaf0dfc436cd827694e069c3f.zip |
mod_authn_socache: fix it to enable initialisation to work if configured
only in .htaccess context, and provide a toggle for that.
PR 51991
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/mod_authn_socache.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_authn_socache.xml b/docs/manual/mod/mod_authn_socache.xml index 7a1816ab26..c9617a7366 100644 --- a/docs/manual/mod/mod_authn_socache.xml +++ b/docs/manual/mod/mod_authn_socache.xml @@ -94,6 +94,23 @@ the load on backends</description> </section> <directivesynopsis> +<name>AuthnCacheEnable</name> +<description>Enable Authn caching configured anywhere</description> +<syntax>AuthnCacheEnable</syntax> +<contextlist><context>server config</context></contextlist> +<override>None</override> + +<usage> + <p>This directive is not normally necessary: it is implied if + authentication cacheing is enabled anywhere in <var>httpd.conf</var>. + However, if it is not enabled anywhere in <var>httpd.conf</var> + it will by default not be initialised, and is therefore not + available in a <var>.htaccess</var> context. This directive + ensures it is initialised so it can be used in <var>.htaccess</var>.</p> +</usage> +</directivesynopsis> + +<directivesynopsis> <name>AuthnCacheSOCache</name> <description>Select socache backend provider to use</description> <syntax>AuthnCacheSOCache <var>provider-name</var></syntax> |