mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user