IdentityCheck directive
Purpose
This directive enables RFC931 compliant logging of the remote user
name for sites which run identd or something similar. This information
is logged in access_log. It should not be
trusted in any way except for rudimentary usage tracking.
If you do not plan to use this information, keep this directive set to
off
. Your network administrator will thank you later.
Syntax
IdentityCheck setting
setting
is either on
or off
.
Only one IdentityCheck directive should appear in the configuration
file.
Default
If no IdentityCheck directive is present, httpd assumes:
IdentityCheck off
Example
IdentityCheck on
Causes the server to check the identity of each person accessing it.
Return to Server Configuration File Overview
NCSA HTTPd Development Team /
httpd@ncsa.uiuc.edu /
Last Modified 7-12-95