apache报错,搜索无解,特来寻求答案

AH00489: Apache/2.4.33 (Unix) OpenSSL/1.0.2l configured -- resuming
normal operations

AH00094: Command line: '/www/server/apache/bin/httpd'

AH00493: SIGUSR1 received. Doing graceful restart

AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]

以上四个错误总是频繁出现,错误率很高,百度搜索了好多也没解决,麻烦高手指点

阅读 9.1k
1 个回答
AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]

apache的配置出错

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、重启
[XAMPP - Session Cache is not configured [hint: SSLSessionCache]][1]

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进