SSL Session Cache can't be in virtualhost #264
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
The following problem is into the last release 4.1.0 and into the master branche.
The configuration for SSL Session cache is put into the file
h5bp\ssl\ssl_engine.conf
, this configuration is put by default into the template for a SSL VirtualHostvhosts\templates\example.com.conf
andvhosts\.000-default.conf
.server-configs-apache/h5bp/ssl/ssl_engine.conf
Lines 29 to 32 in 3c7db53
When installing the module mod_socache_shmcb.so into httpd.conf on a Apache container (httpd:2.4.46), I have this error message and the server stop :
I think the solution is :
httpd.conf
or the directives need to be splited into 2 files one to be included into httpd.conf (with the cache SSL configuration), the other with the remaining lines into the vhosts. I think the first option is enough : it's the minimal configuration of the SSL module so it can be included intohttpd.conf
.httpd.conf
:LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
The text was updated successfully, but these errors were encountered: