bricoleurs / bricolage

Content management and publishing system
http://www.bricolagecms.org/
111 stars 51 forks source link

SSLMutex error with Apache 2.4 #56

Open streaps opened 9 years ago

streaps commented 9 years ago
# bin/bric_apachectl start
Use of uninitialized value in lc at /opt/bricolage/lib/Bric/Config.pm line 489.
bric_apachectl start: starting httpd
AH00526: Syntax error on line 60 of /opt/bricolage/conf/httpd.conf:
Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configuration
bric_apachectl start: httpd could not be started

see https://httpd.apache.org/docs/2.4/upgrading.html SSLMutex is replaced by Mutex

I also had to add the lines

LoadModule   mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so
LoadModule   socache_dbm_module /usr/lib/apache2/modules/mod_socache_dbm.so

in httpd.conf

theory commented 9 years ago

And that got it working?

What did you put for Mutex?

theory commented 9 years ago

So the installer needs to be updated for Apache 2.4. For that version, it needs to: