- Fix httpd not enabled by default!

This commit is contained in:
Arnaud G. GIBERT 2025-11-28 14:38:59 +01:00
parent fc4bb2fd50
commit c17f169157

View File

@ -30,7 +30,8 @@ groupmod -g ${APACHE_GID} apache
chgrp apache /usr/bin/pwauth \n\
chmod u+s /usr/bin/pwauth \n\
\n\
if [[ "${APACHE_HTTPD_ENABLED}" != "TRUE" ]] \n\
# HTTPD enabled by default \n\
if [[ "${APACHE_HTTPD_ENABLED}" == "FALSE" ]] \n\
then \n\
file_enable /etc/supervisord.d/httpd.ini FALSE \n\
else \n\