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

后端 未结 2 1935
伪装坚强ぢ
伪装坚强ぢ 2020-12-28 18:12

When i am trying to start Apache server using XAMPP, it mainly says the following:

[Apache]   Check the \"/xampp/apache/logs/error.log\" file
[Apache]   and          


        
相关标签:
2条回答
  • 2020-12-28 19:08

    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

    0 讨论(0)
  • 2020-12-28 19:17

    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
    
    0 讨论(0)
提交回复
热议问题