From: Eric Covener Date: Fri, 22 Feb 2008 19:11:33 +0000 (+0000) Subject: Merge r630289 from trunk: A note about SSL handshake data and mod_logio X-Git-Tag: 2.2.9~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1a0914ff1f4b234d948eca705454413b69ce2e;p=thirdparty%2Fapache%2Fhttpd.git Merge r630289 from trunk: A note about SSL handshake data and mod_logio git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@630295 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index 10f3412e3af..8b18b52abd5 100644 --- a/docs/manual/mod/mod_logio.html.en +++ b/docs/manual/mod/mod_logio.html.en @@ -41,6 +41,11 @@

This module requires mod_log_config.

+
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.
+

Directives

This module provides no diff --git a/docs/manual/mod/mod_logio.xml b/docs/manual/mod/mod_logio.xml index 56739f8c1bd..905b1eab205 100644 --- a/docs/manual/mod/mod_logio.xml +++ b/docs/manual/mod/mod_logio.xml @@ -39,6 +39,11 @@

This module requires mod_log_config.

+ 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. + mod_log_config