PhpMyAdmin crashed because MPM
Anonymous
HOBBYOP

a month ago

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

This is the error i'm getting in my deploy logs, for some reason I get deployment successful but i can't access to PhpMyAdmin and when i check the logs I get those:

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

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

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

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

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

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

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

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

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

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

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

Can someone know how to solve this? I already tried to redeploy the service but i get the same everytime.

$10 Bounty

2 Replies

a month ago

Hey, can you try setting overwriting the start command to the command below (adjust the command if required)?

/bin/sh -c 'set -eu; a2dismod mpm_event mpm_worker || true; a2enmod mpm_prefork || true; exec docker-entrypoint.sh "$@"' -- apache2-foreground

Anonymous
HOBBYOP

14 days ago

I used the start command as suggested, but PhpMyAdmin keeps crashing.

What’s strange is that at the time of the first crash, I hadn’t made any changes to the database or to the configuration—nothing was modified. Despite that, both my production and development PhpMyAdmin services crashed.

Has anyone experienced something similar or knows what could be causing this? I’d really appreciate any help.


Loading...