]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r630289 from trunk: A note about SSL handshake data and mod_logio
authorEric Covener <covener@apache.org>
Fri, 22 Feb 2008 19:11:33 +0000 (19:11 +0000)
committerEric Covener <covener@apache.org>
Fri, 22 Feb 2008 19:11:33 +0000 (19:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@630295 13f79535-47bb-0310-9956-ffa450edef68

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

index 10f3412e3af93da33d41656570e655539a99b990..8b18b52abd525e8115c0a00fb794bc83db4e1f23 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>