From de4024726ac4fed23ef5414f674de29f5818b3e5 Mon Sep 17 00:00:00 2001 From: fpeters <> Date: Mon, 20 Sep 2004 14:54:21 +0000 Subject: [PATCH] note about brower quirks --- doc/manual.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/manual.txt b/doc/manual.txt index f94081a..4400cc6 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -182,6 +182,16 @@ following SSL options:: SSLOptions +StdEnvVars SSLOptions +ExportCertData +Additionally it is necessary to cache SSL session for some versions of +Microsoft Internet Explorer; this is done through the SSLSessionCache +directive:: + + SSLSessionCache dbm:/var/log/apache/ssl-session-cache.dbm + SSLSessionCacheTimeout 600 + +See `mod_ssl FAQ `_ for +details on browser quirks. + Database configuration ======================