diff options
author | Eric Covener <covener@apache.org> | 2008-02-22 18:57:02 +0000 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2008-02-22 18:57:02 +0000 |
commit | 7e085594337b2311c6aa5998fea413af8b774048 (patch) | |
tree | 3d795cebde080f6fef86d0eaeb8a2a6c37b21666 /docs/manual/mod/mod_logio.xml | |
parent | a1dfa17653b3121ad712e5665e62cbe27e706115 (diff) | |
download | httpd-7e085594337b2311c6aa5998fea413af8b774048.tar.gz |
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
Diffstat (limited to 'docs/manual/mod/mod_logio.xml')
-rw-r--r-- | docs/manual/mod/mod_logio.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <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> |