diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 94201f0fb5..57f0ad660e 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -43,11 +43,16 @@ The server will set the CGI environment variables as described in the following provisions:
REMOTE_HOST -
This will only be set if the server has not been compiled with -MINIMAL_DNS. +
This will only be set if HostnameLookups +is set to on (it is off by default), and if a reverse DNS +lookup of the accessing host's address indeed finds a host name.
REMOTE_IDENT
This will only be set if -IdentityCheck is set to on. +IdentityCheck is set to on +and the accessing host supports the ident protocol. Note that the contents +of this variable cannot be relied upon because it can easily be faked, and if +there is a proxy between the client and the server, it is usually +totally useless.
REMOTE_USER
This will only be set if the CGI script is subject to authentication.