dgaudet 97/03/25 12:35:36
Modified: htdocs/manual/mod core.html
Log:
pr#190: document expense of identitycheck
Revision Changes Path
1.43 +8 -1 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -C3 -r1.42 -r1.43
*** core.html 1997/03/20 23:30:46 1.42
--- core.html 1997/03/25 20:35:35 1.43
***************
*** 529,535 ****
<code>on</code> or <code>off</code>.<p>
The information should not be trusted in any way except for rudimentary
usage
! tracking.<p><hr>
<A NAME="ifmodule"><H2><IfModule></H2></A>
<b>Syntax:</b> <IfModule [!]<i>module-name</i>> <i>...</i>
--- 529,542 ----
<code>on</code> or <code>off</code>.<p>
The information should not be trusted in any way except for rudimentary
usage
! tracking.<p>
!
! 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.
! <p><hr>
<A NAME="ifmodule"><H2><IfModule></H2></A>
<b>Syntax:</b> <IfModule [!]<i>module-name</i>> <i>...</i>