lando/apache

Add `Mutex posixsem` to httpd.conf

Closed this issue · 1 comments

On an M1 Mac I was seeing this error:

custom_1    | [Wed May 04 14:08:53.561797 2022] [core:emerg] [pid 745] (95)Operation not supported: AH00023: Couldn't create the mpm-accept mutex
custom_1    | (95)Operation not supported: could not create accept mutex

This made my apache service fail to launch.

It appears this has been an issue for other Bitnami M1 users, the solution suggested is to add a line Mutex posixsem to the httpd.conf file. This worked for me in testing.

Looks like adding that line works, merged into the main branch!