A note about SSL handshake data and mod_logio

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2008-02-22 18:57:02 +00:00
parent a1dfa17653
commit 7e08559433
2 changed files with 10 additions and 0 deletions

View File

@ -41,6 +41,11 @@
<p>This module requires <code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code>.</p>
<div class="note">When KeepAlive connections are used with SSL, the overhead of the SSL
handshake is reflected in the byte count of the first request on the
connection. When per-directory SSL renegotiation occurs, the bytes are associated
with the request that triggered the renegotiation.</div>
</div>
<div id="quickview"><h3 class="directives">Directives</h3>
<p>This module provides no

View File

@ -39,6 +39,11 @@
<p>This module requires <module>mod_log_config</module>.</p>
<note>When KeepAlive connections are used with SSL, the overhead of the SSL
handshake is reflected in the byte count of the first request on the
connection. When per-directory SSL renegotiation occurs, the bytes are associated
with the request that triggered the renegotiation.</note>
</summary>
<seealso><module>mod_log_config</module></seealso>