- Fix httpd not enabled by default!
This commit is contained in:
parent
fc4bb2fd50
commit
c17f169157
@ -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\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user