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 ======================