GluuFederation / community-edition-setup

Scripts and templates to automate deployment and configuration of the Gluu Server Community Edition
https://gluu.org/docs/ce
MIT License
188 stars 58 forks source link

fix: apache configuration issue - dbm session cache not supported #942

Closed devrimyatar closed 1 year ago

devrimyatar commented 1 year ago

@smansoft you added the followings to apache config

SSLSessionCache "dbm:run/ssl_scache"
SSLSessionCache "shmcb:run/ssl_scache(512000)"
SSLSessionCacheTimeout  300

Apache is not starting due to missing module:

SSLSessionCache: 'dbm' session cache not supported (known names: shmcb,default). Maybe you need to load the 
appropriate socache module (mod_socache_dbm?).