You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/16 21:31:17 UTC

svn commit: r1301745 - in /httpd/httpd/branches/2.2.x/docs/manual: logs.xml mod/core.xml mod/mod_authnz_ldap.xml mod/mod_cgi.xml mod/mod_deflate.xml mod/mod_ldap.xml

Author: rbowen
Date: Fri Mar 16 20:31:16 2012
New Revision: 1301745

URL: http://svn.apache.org/viewvc?rev=1301745&view=rev
Log:
Typo and link correction patches from Daniel Gruno. rumble at cord dk

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/logs.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_deflate.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/logs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/logs.xml?rev=1301745&r1=1301744&r2=1301745&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/logs.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/logs.xml Fri Mar 16 20:31:16 2012
@@ -242,7 +242,7 @@
         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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1301745&r1=1301744&r2=1301745&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Fri Mar 16 20:31:16 2012
@@ -384,7 +384,7 @@ NoDecode option available in 2.2.18 and 
       <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 
       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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml?rev=1301745&r1=1301744&r2=1301745&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml Fri Mar 16 20:31:16 2012
@@ -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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml?rev=1301745&r1=1301744&r2=1301745&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml Fri Mar 16 20:31:16 2012
@@ -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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_deflate.xml?rev=1301745&r1=1301744&r2=1301745&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_deflate.xml Fri Mar 16 20:31:16 2012
@@ -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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml?rev=1301745&r1=1301744&r2=1301745&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml Fri Mar 16 20:31:16 2012
@@ -574,7 +574,7 @@ connection client certificates.</descrip
     <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>