]> granicus.if.org Git - apache/commitdiff
Various patches from Daniel Gruno (rumble at cord dot dk) for incorrect
authorRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 10:08:30 +0000 (10:08 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 10:08:30 +0000 (10:08 +0000)
references, typos.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300877 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_form.xml
docs/manual/mod/mod_cgi.xml
docs/manual/mod/mod_deflate.xml

index fedb6566315c602735ac881a8c8f47a29bd442dd..03a05005ce10b481b445e8a4812e4d81112fcc82 100644 (file)
@@ -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>
index ac1f2f594853cf5ad174f30e05abe4fcb054e500..3a256010d5c53a504a6bcd215a96fa2961820d5e 100644 (file)
@@ -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
index 0eb3637c598601dfcda4299bae816254a6dab428..ddef322900b264493f58eb3d5bd111633d137d9e 100644 (file)
@@ -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>