From b1b4198033abd4604f7323c33349bbb7d57cdbc3 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 25 Mar 1997 20:35:35 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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> ... -- 2.50.1