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>
<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>,
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
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
<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
</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>
<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>