From 41a09ff63d6a482210d7fb897b2a3a0e68ebcfd1 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Mon, 17 Feb 1997 10:29:29 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 2fefee9357..b84bb18f53 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -477,7 +477,7 @@ considerations.


Syntax: HostNameLookups boolean
Default: HostNameLookups on
-Context: server config, virtual host, directory
+Context: server config, virtual host
Status: core

This directive enables DNS lookups so that host names can be logged. @@ -493,10 +493,10 @@ from logged IP addresses offline.


Syntax: IdentityCheck boolean
Default: IdentityCheck off
-Context: server config, virtual host, directory
+Context: server config, virtual host
Status: core

-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. Boolean is either on or off.

-- 2.40.0