Commit 465a1774 authored by Richard Bowen's avatar Richard Bowen
Browse files

Typo and link correction patches from Daniel Gruno. rumble at cord dk


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1301745 13f79535-47bb-0310-9956-ffa450edef68
parent eaabd456
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+4 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>
Loading