LoginSignup
3

More than 5 years have passed since last update.

posted at

Organization

SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache m...he_shmcb?

Apache2.2の設定ファイルをApache2.4に移植しようとしたらこんなエラーが出ました。

SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache m...he_shmcb?

解決方法

mod_socache_shmcbというモジュールをロードすれば解決しました。

LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

参考

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
3