From: Eric Covener Date: Fri, 22 Feb 2008 18:57:02 +0000 (+0000) Subject: A note about SSL handshake data and mod_logio X-Git-Tag: 2.3.0~946 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e085594337b2311c6aa5998fea413af8b774048;p=apache 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 --- diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index 9a4479722d..f9123ce8af 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 56739f8c1b..905b1eab20 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