diff options
-rw-r--r-- | docs/manual/mod/mod_auth_form.xml | 1 | ||||
-rw-r--r-- | docs/manual/mod/mod_cgi.xml | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_deflate.xml | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index fedb656631..03a05005ce 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -61,7 +61,6 @@ <seealso><directive module="mod_authn_core">AuthName</directive></seealso> <seealso><directive module="mod_authn_core">AuthType</directive></seealso> <seealso><directive module="mod_authz_core">Require</directive></seealso> -<seealso><directive module="mod_authz_core">Match</directive></seealso> <seealso><a href="../howto/auth.html">Authentication howto</a></seealso> <section id="basicconfig"><title>Basic Configuration</title> diff --git a/docs/manual/mod/mod_cgi.xml b/docs/manual/mod/mod_cgi.xml index ac1f2f5948..3a256010d5 100644 --- a/docs/manual/mod/mod_cgi.xml +++ b/docs/manual/mod/mod_cgi.xml @@ -88,7 +88,7 @@ <dt>REMOTE_IDENT</dt> - <dd>This will only be set if <directive module="core" + <dd>This will only be set if <directive module="mod_ident" >IdentityCheck</directive> is set to <code>on</code> and the accessing host supports the ident protocol. Note that the contents of this variable cannot be diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index 0eb3637c59..ddef322900 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -145,7 +145,7 @@ client</description> </note> <note><title>Note</title> There is a environment variable <code>force-gzip</code>, - set via <directive module="core">SetEnv</directive>, which + set via <directive module="mod_env">SetEnv</directive>, which will ignore the accept-encoding setting of your browser and will send compressed output. </note> |