SHM comments
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Thu, 2 Jun 2005 10:56:50 +0000 (10:56 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Thu, 2 Jun 2005 10:56:50 +0000 (10:56 +0000)
org.gridsite.core/doc/httpd-fileserver.conf
org.gridsite.core/doc/httpd-webserver.conf

index 192d9e3..5e1196b 100644 (file)
@@ -123,8 +123,9 @@ Listen 80
 # 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
index e2e03ff..6919c9b 100644 (file)
@@ -153,8 +153,9 @@ ScriptAlias /real-gridsite-admin.cgi /usr/sbin/real-gridsite-admin.cgi
 # 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