From e6a5784dbe91968ea534860f4893c5e0374a61d0 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Thu, 2 Jun 2005 10:56:50 +0000 Subject: [PATCH] SHM comments --- org.gridsite.core/doc/httpd-fileserver.conf | 3 ++- org.gridsite.core/doc/httpd-webserver.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 1.8.2.3