# Secured and possibly authenticated HTTPS on port 443
######################################################################
Listen 443
-SSLSessionCache dbm:/var/cache/mod_ssl/scache
SSLSessionCacheTimeout 300
+SSLSessionCache dbm:/var/cache/mod_ssl/scache
+# This version of GridSite is NOT compatible with the SHM SSL cache!!!
<VirtualHost *:443>
SSLEngine on
# Secured and possibly authenticated HTTPS on port 443
######################################################################
Listen 443
-SSLSessionCache dbm:/var/cache/mod_ssl/scache
SSLSessionCacheTimeout 300
+SSLSessionCache dbm:/var/cache/mod_ssl/scache
+# This version of GridSite is NOT compatible with the SHM SSL cache!!!
<VirtualHost *:443>
SSLEngine on