################################################## ###############
Quote:
|
AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
|
/*Below is the advice that was offered. My ?s are in ( ) */
Quote:
Open file \xampp\apache\conf\httpd.conf. Somewhere in the LoadModule area add the following line(s?): (Include "code:"?)
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(s?): (Include "code:"?)
Code: Select all
SSLSessionCache "shmcb:logs/ssl_scache(512000)"
save the file. restart Apache
|