15 days ago
Please, I need help. My WordPress container isn't working. I haven't touched anything. The only thing that happened was that the payment was processed a day late, but now it's not working.
2026-02-23T20:34:49.835310953Z [inf] Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/0edcdd22-4ef6-4ee4-8e9d-cfdf606ad771/vol_56jma7buk9brzoii
2026-02-23T20:34:50.570044760Z [err] AH00534: apache2: Configuration error: More than one MPM loaded.
2026-02-23T20:34:50.856336844Z [inf] Starting Container
2026-02-23T20:34:53.450089133Z [inf] Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/0edcdd22-4ef6-4ee4-8e9d-cfdf606ad771/vol_56jma7buk9brzoii
2026-02-23T20:34:53.607692568Z [err] AH00534: apache2: Configuration error: More than one MPM loaded.
Pinned Solution
15 days ago
Hey, can you try overwriting/setting your WordPress start command to the line below?
/bin/sh -c 'set -eu; a2dismod mpm_event mpm_worker || true; a2enmod mpm_prefork || true; exec docker-entrypoint.sh "$@"' -- apache2-foreground4 Replies
15 days ago
Hi - this is a configuration error not related to any payments on your account (which is now current).
You can check the web or if you'd like I can push to the community to help you solve this with our Bounty Program. (That will make the thread public.)
Status changed to Awaiting User Response Railway • 15 days ago
15 days ago
But I haven't made any changes; it just got corrupted after the payment didn't go through yesterday. Even redeploying from previous versions doesn't work. Please, I need your help. How is it possible that things are corrupting themselves?
Status changed to Awaiting Railway Response Railway • 15 days ago
15 days 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 Railway • 15 days ago
roassystems
But I haven't made any changes; it just got corrupted after the payment didn't go through yesterday. Even redeploying from previous versions doesn't work. Please, I need your help. How is it possible that things are corrupting themselves?
15 days ago
Hey, can you try overwriting/setting your WordPress start command to the line below?
/bin/sh -c 'set -eu; a2dismod mpm_event mpm_worker || true; a2enmod mpm_prefork || true; exec docker-entrypoint.sh "$@"' -- apache2-foregroundStatus changed to Open uxuz • 15 days ago
Status changed to Solved uxuz • 15 days ago
