marc 97/02/17 02:29:30
Modified: htdocs/manual/mod core.html
Log:
Fix documentation; HostNameLookups and IdentityCheck can not be used
in htaccess files and RFC931 is now RFC1413.
Revision Changes Path
1.36 +3 -3 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -C3 -r1.35 -r1.36
*** core.html 1997/02/16 22:48:23 1.35
--- core.html 1997/02/17 10:29:29 1.36
***************
*** 477,483 ****
<!--%plaintext <?INDEX {\tt HostNameLookups} directive> -->
<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>Status:</strong> core<p>
This directive enables DNS lookups so that host names can be logged.
--- 477,483 ----
<!--%plaintext <?INDEX {\tt HostNameLookups} directive> -->
<strong>Syntax:</strong> HostNameLookups <em>boolean</em><br>
<strong>Default:</strong> <code>HostNameLookups on</code><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,502 ****
<!--%plaintext <?INDEX {\tt IdentityCheck} directive> -->
<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>Status:</strong> core<p>
! This directive enables RFC931-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>
--- 493,502 ----
<!--%plaintext <?INDEX {\tt IdentityCheck} directive> -->
<strong>Syntax:</strong> IdentityCheck <em>boolean</em><br>
<strong>Default:</strong> <code>IdentityCheck off</code><br>
! <strong>Context:</strong> server config, virtual host<br>
<strong>Status:</strong> core<p>
! 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>