a month ago
I was hoping to one click deploy a WP site on Railway but unfortunately this template never successfully deploys. It seems like there's an issue with apache, the only hint in the logs is:
AH00534: apache2: Configuration error: More than one MPM loaded.
1 Replies
22 days ago
Hey there, apologies for the delay. If you update your start command to the following on the "Primary" service, you should be up and running again.
/bin/bash -c "echo 'ServerName 0.0.0.0' >> /etc/apache2/apache2.conf && echo 'DirectoryIndex index.php index.html' >> /etc/apache2/apache2.conf && echo 'upload_max_filesize = 50M' >> /usr/local/etc/php/php.ini && echo 'post_max_size = 50M' >> /usr/local/etc/php/php.ini && docker-entrypoint.sh a2dismod mpm_event && a2dismod mpm_worker && a2enmod mpm_prefork && apache2-foreground"
Status changed to Awaiting User Response Railway • 22 days ago
15 days ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 15 days ago