浏览文章
文章信息
apache2.4 报错AH01873: Init: Session Cache is not configured
16656
1、打开 /www/server/apache/bin/httpd.conf
2、去掉改行前面 # 或添加 LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
3、打开 /www/server/apache/conf/extra/httpd-ssl.conf
4、添加 SSLSessionCache "shmcb:logs/ssl_scache(512000)"
5、重启