File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ RUN set -eux \
120120ENV MY_USER=www-data
121121ENV MY_GROUP=www-data
122122ENV HTTPD_START="httpd-foreground"
123- ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k stop "
123+ ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k restart "
124124ENV HTTPD_VERSION="httpd -V 2>&1 | head -1 | awk '{print \$ 3}'"
125125ENV VHOSTGEN_HTTPD_SERVER="apache24"
126126
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ RUN set -eux \
118118ENV MY_USER=www-data
119119ENV MY_GROUP=www-data
120120ENV HTTPD_START="httpd-foreground"
121- ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k stop "
121+ ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k restart "
122122ENV HTTPD_VERSION="httpd -V 2>&1 | head -1 | awk '{print \$ 3}'"
123123ENV VHOSTGEN_HTTPD_SERVER="apache24"
124124
You can’t perform that action at this time.
0 commit comments