From: Andrew McNab Date: Thu, 2 Jun 2005 10:56:50 +0000 (+0000) Subject: SHM comments X-Git-Tag: gridsite-core_R_1_1_9~28 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e6a5784dbe91968ea534860f4893c5e0374a61d0;p=jra1mw.git SHM comments --- diff --git a/org.gridsite.core/doc/httpd-fileserver.conf b/org.gridsite.core/doc/httpd-fileserver.conf index 192d9e3..5e1196b 100644 --- a/org.gridsite.core/doc/httpd-fileserver.conf +++ b/org.gridsite.core/doc/httpd-fileserver.conf @@ -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!!! SSLEngine on diff --git a/org.gridsite.core/doc/httpd-webserver.conf b/org.gridsite.core/doc/httpd-webserver.conf index e2e03ff..6919c9b 100644 --- a/org.gridsite.core/doc/httpd-webserver.conf +++ b/org.gridsite.core/doc/httpd-webserver.conf @@ -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!!! SSLEngine on