Hi, My apache server is running on a Solaris 2.6 machine. It had Apache
1.3.14 with modssl 2.7.1. I recently upgraded the Apache to 1.3.20 with
ModSSL 2.8.4. The installation process went through with no problem. But
when I try to start the apache with modssl, then I received this error
message:
SSLSessionCache: shared memory cache not useable on this platform
/opt/apache_1.3.20/sbin/apachectl startssl: httpd could not be started
the following is my SSL configuration:
Thanks!!
> Ming Yu
> ==================================
<IfModule mod_ssl.c>
SSLPassPhraseDialog builtin
SSLSessionCache dbm:/opt/apache/var/run/ssl_scache
SSLSessionCacheTimeout 300
SSLSessionCache shm:/opt/apache/var/run/ssl_scache(512000)
SSLMutex file:/opt/apache/var/run/ssl_mutex
SSLMutex sem
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLRandomSeed startup file:/dev/random 1024
SSLLog /opt/apache/var/logs/ssl_eng_log
SSLLogLevel info
</IfModule>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]