Commit 2f03f1d8 authored by Marc Slemko's avatar Marc Slemko
Browse files

Fix documentation; HostNameLookups and IdentityCheck can not be used

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
parent 437d50b3
Loading
Loading
Loading
Loading
+3 −3
Changes for docs/manual/mod/core.html: 3 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -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>