解决”SSLSessionCache: ‘shmcb’ session cache not supported”
来源:千越SEO 浏览:526阿里云ECS服务器、LAMP环境配置https过程中,重启Apache时,提示“SSLSessionCache:’shmcb’ session cache not supported (known names:) .Maybe you need to load the appropriate……”
解决方法:
Apache安装目录 – conf目录 – httpd.conf文件(/usr/local/apache/conf/)
将httpd.conf文件中以下语句之前的#去除,保存-重新上传,重启即可。
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so