On 2/27/2013 2:10 PM, Matthew Smith wrote:
This looks wrong with /logs... Do you have a dir in the root of your drive called logs or did you mean to have it based off the base path?Trying to get openssl to work locally. This is the error in my log file: [warn] Init: Session Cache is not configured [hint: SSLSessionCache]It led me to this via google, and I tried to make sure it was implemented properly:http://wiki.apache.org/httpd/SSLSessionCache I have this in my httpd.conf: <IfModule mod_ssl.c> Include conf/ssl.conf </IfModule> And I have this in conf/ssl.conf: # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism # to use and second the expiring timeout (in seconds). #SSLSessionCache none #SSLSessionCache shmht:logs/ssl_scache(512000) SSLSessionCache shmcb:/logs/ssl_scache(512000)
#SSLSessionCache dbm:logs/ssl_scache SSLSessionCacheTimeout 300I am still getting the error in the subject line and cannot connect via https://
regards, KAM --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx