note about brower quirks

This commit is contained in:
fpeters 2004-09-20 14:54:21 +00:00
parent d50d4d977b
commit de4024726a
1 changed files with 10 additions and 0 deletions

View File

@ -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 <http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49>`_ for
details on browser quirks.
Database configuration
======================