XAMPP - Session Cache is not configured [hint: SSLSessionCache]

巧了我就是萌 提交于 2019-11-30 04:58:50

Found a solution:

Here are the instructions how to get rid of the SSLSessionCache message in XAMPP

1) Open file \xampp\apache\conf\httpd.conf

2) Somewhere in the LoadModule area add the following line:

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

3) Save the file

4) Now open file \xampp\apache\conf\extra\httpd-ssl.conf

5) at line 70 add the line

SSLSessionCache "shmcb:logs/ssl_scache(512000)"

6) Save the file

7) Restart Apache

I have same problem with you, in my case i've installedd sql server 2008 r2.

you just need to stop the service in service.msc

stop all **SQL Service** or maybe one of them
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!