From 90660fbb771d39ce3ce186ca92dffd66e8685bcf Mon Sep 17 00:00:00 2001 From: Marcelo Garbin Date: Thu, 10 Jun 2021 00:06:56 -0300 Subject: [PATCH] changed startup from supervisor to apache2ctl --- apache2/startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/startup.sh b/apache2/startup.sh index c3b0e04d..d4eb6dc3 100644 --- a/apache2/startup.sh +++ b/apache2/startup.sh @@ -17,5 +17,5 @@ if [ ${APACHE_HTTP2} = true ]; then service apache2 restart fi -# Start supervisord in foreground -supervisord +# Start apache in foreground +/usr/sbin/apache2ctl -D FOREGROUND