Re: [apache-ssl] Re: 'Skip first time initialisation' error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] Re: 'Skip first time initialisation' error



On Fri, 1 May 1998, Pierre-Marie de Muralt wrote:

: "Required SSLCacheServerPort missing"
: 
: That's what the error_log says when my "correctly compiled" version of 
: httpsd boots up... then it quits.
: 
: Thank you for taking time with all my questions !
: 

Try editing apache_ssl.c and changing;
#define CACHE_SESSIONS          TRUE
to
#define CACHE_SESSIONS          FALSE

Then recompile and reinstall.

If this works, then be happy. If you want to use the new (fixed old) feature
then you can change this back, however you will need to add a few lines to
the httpd.conf file like;
SSLCacheServerPath /www/bin/gcache
SSLCacheServerPort /www/cache/ssl.fictional.co.cache.socket
SSLSessionCacheTimeout 300
-- or --
SSLCacheServerPath /usr/local/ssl/bin/gcache
SSLCacheServerPort 1234
# Set the session cache timeout, in seconds (set to 15 for testing, use a
# higher value in real life)
SSLSessionCacheTimeout 15


I do not know what that all does, yet, so I am just trying to get the
orginal services up. 

Hope this helps,
Randall