]> granicus.if.org Git - apache/commitdiff
A note about SSL handshake data and mod_logio
authorEric Covener <covener@apache.org>
Fri, 22 Feb 2008 18:57:02 +0000 (18:57 +0000)
committerEric Covener <covener@apache.org>
Fri, 22 Feb 2008 18:57:02 +0000 (18:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630289 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_logio.html.en
docs/manual/mod/mod_logio.xml

index 9a4479722d78252171b59029d55a33c934bb14c8..f9123ce8af54472c80782389ea82a19b94c0faf5 100644 (file)
 
     <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
index 56739f8c1bd14bd422381de93542ecbbc63affae..905b1eab205f269dd065b877e6bfadce646b76ba 100644 (file)
 
     <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>