biuldings are failing,
neorathub
PROOP

3 months ago

I'm getting this error in my buildings but that didn't happened before,

AH00534: apache2: Configuration error: More than one MPM loaded.

$10 Bounty

1 Replies

3 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open itsrems 3 months ago


fra
HOBBYTop 10% Contributor

3 months ago

Can you check this link:
https://stackoverflow.com/a/25447262

Look in: /etc/httpd/conf.modules.d

You'll find a file called: 00-mpm.conf

keep just one of these:

LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
#LoadModule mpm_worker_module modules/mod_mpm_worker.so
#LoadModule mpm_event_module modules/mod_mpm_event.so

I'm not 100% sure, I'm just relying on what I found online.

Did you update the docker image by any chance? can you double check if the image has changed? Which template are you using?

ps. before any change, do a backup


Loading...