Page 1 of 1

Session Cache is not configured [hint: SSLSessionCache]

PostPosted: 25. February 2013 17:25
by Altrea
Hi folks,

Because it is very confusing and shown here every now and then i am posting a small instruction how to get rid of the SSLSessionCache message in XAMPP 1.8.1

  • Open file \xampp\apache\conf\httpd.conf
  • Somewhere in the LoadModule area add the following line
    Code: Select all
    LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
  • save the file
  • open file \xampp\apache\conf\extra\httpd-ssl.conf
  • ~ line 70 add the line
    Code: Select all
    SSLSessionCache "shmcb:logs/ssl_scache(512000)"
  • save the file
  • restart Apache

best wishes,
Altrea

Re: Session Cache is not configured [hint: SSLSessionCache]

PostPosted: 25. February 2013 17:34
by JonB
Good Job ! (you beat me to it, I was thinking about this since a recent topic) :wink:

Thanks Altrea
8)