]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo and link correction patches from Daniel Gruno. rumble at cord dk
authorRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 20:31:16 +0000 (20:31 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 20:31:16 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301745 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_authnz_ldap.xml
docs/manual/mod/mod_cgi.xml
docs/manual/mod/mod_deflate.xml
docs/manual/mod/mod_ldap.xml

index 9dfeba0e783519eb4bae8f32bd79f34e85f20841..8d438e3e4366a2e35e1cefbddd85239a841cca59 100644 (file)
         almost never be used except on tightly controlled internal
         networks. Apache httpd will not even attempt to determine
         this information unless <directive
-        module="core">IdentityCheck</directive> is set
+        module="mod_ident">IdentityCheck</directive> is set
         to <code>On</code>.</dd>
 
         <dt><code>frank</code> (<code>%u</code>)</dt>
index 48c6fb7214f59448447761d1fe410f5479d17dd5..145cea659a5d198b6f63fcd0b24337eea05b99b4 100644 (file)
@@ -384,7 +384,7 @@ NoDecode option available in 2.2.18 and later.</compatibility>
       <dd>
 
       Allow use of the authorization directives (<directive
-      module="mod_authn_dbm">AuthDBMGroupFile</directive>,
+      module="mod_authz_dbm">AuthDBMGroupFile</directive>,
       <directive module="mod_authn_dbm">AuthDBMUserFile</directive>,
       <directive module="mod_authz_groupfile">AuthGroupFile</directive>,
       <directive module="core">AuthName</directive>,
@@ -435,8 +435,9 @@ NoDecode option available in 2.2.18 and later.</compatibility>
       module="mod_autoindex">AddIconByEncoding</directive>,
       <directive module="mod_autoindex">AddIconByType</directive>,
       <directive module="mod_autoindex">DefaultIcon</directive>, <directive
-      module="mod_dir">DirectoryIndex</directive>, <directive
-      module="mod_autoindex">FancyIndexing</directive>, <directive
+      module="mod_dir">DirectoryIndex</directive>, <a 
+         href="mod_autoindex.html#indexoptions.fancyindexing"><code>FancyIndexing</code>
+         </a>, <directive
       module="mod_autoindex">HeaderName</directive>, <directive
       module="mod_autoindex">IndexIgnore</directive>, <directive
       module="mod_autoindex">IndexOptions</directive>, <directive
index ba46fc83dd372be330645821f7fdd28c3fc21450..7559a84bb26a8fc6f414965720d9e7a3133ba1ca 100644 (file)
@@ -639,7 +639,7 @@ Require group <em>mygroupfile</em>
       type="section">Location</directive> or <directive module="core"
       type="section">Directory</directive> directives won't work. This
       is because <module>mod_authnz_ldap</module> has to be able to grab
-      the <directive module="mod_authn_file">AuthGroupFile</directive>
+      the <directive module="mod_authz_groupfile">AuthGroupFile</directive>
       directive that is found in FrontPage <code>.htaccess</code>
       files so that it knows where to look for the valid user list. If
       the <module>mod_authnz_ldap</module> directives aren't in the same
index 029d1c0484c2563135dc7516250aa56ef370d079..17559f8126ce73ffc77fe547e5f1799e09fe7f48 100644 (file)
@@ -92,7 +92,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 4d3e9d765a834b160590d18385de50b89a896b46..accb795eb0f0a162794cbc9eec0ac032936a588f 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>
index 3402325677c82bb70ee03c18b7e41477fc8c4b9f..df9825da87f9167a07b7a3a72ad9df6baa0dfc0b 100644 (file)
@@ -574,7 +574,7 @@ connection client certificates.</description>
     <p> If a connection is not successful with the timeout period, either an error will be 
     returned or the LDAP client library will attempt to connect to a secondary LDAP 
     server if one is specified (via a space-separated list of hostnames in the 
-    <directive module="mod_ldap">AuthLDAPURL</directive>).</p>
+    <directive module="mod_authnz_ldap">AuthLDAPURL</directive>).</p>
 
     <p>The default is 10 seconds, if the LDAP client library linked with the 
     server supports the LDAP_OPT_NETWORK_TIMEOUT option.</p>