From: dgaudet Date: Tue, 25 Mar 1997 20:35:35 +0000 (+0000) Subject: pr#190: document expense of identitycheck X-Git-Tag: APACHE_1_2b8~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1b4198033abd4604f7323c33349bbb7d57cdbc3;p=apache pr#190: document expense of identitycheck Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77767 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 8a669e1416..04fe22dee4 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -529,7 +529,14 @@ This information is logged in the access log. Boolean is either on or off.

The information should not be trusted in any way except for rudimentary usage -tracking.


+tracking.

+ +Note that this can cause serious latency problems accessing your server +since every request requires one of these lookups to be performed. When +firewalls are involved each lookup might possibly fail and add 30 seconds +of latency to each hit. So in general this is not very useful on public +servers accessible from the internet. +


<IfModule>

Syntax: <IfModule [!]module-name> ...