From 65273b3816f3afdc56eaec3e709aebdcb5a747eb Mon Sep 17 00:00:00 2001 From: Finley Ghosh Date: Mon, 11 Aug 2025 16:45:55 +1000 Subject: [PATCH] Removing a2enmod --- Dockerfile_stg | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile_stg b/Dockerfile_stg index fe4b594b..4a54435b 100644 --- a/Dockerfile_stg +++ b/Dockerfile_stg @@ -53,7 +53,5 @@ RUN chmod -R 777 /var/www/cmc-sales/app/tmp # Disable proxy_fcgi and remove any PHP-FPM conf files to force classic mod_php RUN a2dismod proxy_fcgi RUN rm -f /etc/apache2/conf-enabled/php*-fpm.conf || true -# Ensure mod_php is enabled -RUN a2enmod php5 # By default, simply start apache. CMD /usr/sbin/apache2ctl -D FOREGROUND