]> granicus.if.org Git - apache/commitdiff
Fix documentation; HostNameLookups and IdentityCheck can not be used
authorMarc Slemko <marc@apache.org>
Mon, 17 Feb 1997 10:29:29 +0000 (10:29 +0000)
committerMarc Slemko <marc@apache.org>
Mon, 17 Feb 1997 10:29:29 +0000 (10:29 +0000)
in htaccess files and RFC931 is now RFC1413.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77623 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 2fefee9357d3573abc3e7f7403d2de21074bdd40..b84bb18f5331a5512224828a430b435c18d0a0fb 100644 (file)
@@ -477,7 +477,7 @@ considerations.<p><hr>
 <!--%plaintext &lt;?INDEX {\tt HostNameLookups} directive&gt; -->
 <strong>Syntax:</strong> HostNameLookups <em>boolean</em><br>
 <strong>Default:</strong> <code>HostNameLookups on</code><br>
-<strong>Context:</strong> server config, virtual host, directory<br>
+<strong>Context:</strong> server config, virtual host<br>
 <strong>Status:</strong> core<p>
 
 This directive enables DNS lookups so that host names can be logged.
@@ -493,10 +493,10 @@ from logged IP addresses offline.<p><hr>
 <!--%plaintext &lt;?INDEX {\tt IdentityCheck} directive&gt; -->
 <strong>Syntax:</strong> IdentityCheck <em>boolean</em><br>
 <strong>Default:</strong> <code>IdentityCheck off</code><br>
-<strong>Context:</strong> server config, virtual host, directory<br>
+<strong>Context:</strong> server config, virtual host<br>
 <strong>Status:</strong> core<p>
 
-This directive enables RFC931-compliant logging of the remote user name
+This directive enables RFC1413-compliant logging of the remote user name
 for each connection, where the client machine runs identd or something similar.
 This information is logged in the access log. <em>Boolean</em> is either
 <code>on</code> or <code>off</code>.<p>