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 @@ -124,7 +124,7 @@ RUN set -eux \
124124ENV MY_USER=daemon
125125ENV MY_GROUP=daemon
126126ENV HTTPD_START="httpd-foreground"
127- ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k stop "
127+ ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k restart "
128128ENV HTTPD_VERSION="httpd -V 2>&1 | head -1 | awk '{print \$ 3}'"
129129ENV VHOSTGEN_HTTPD_SERVER="apache22"
130130
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ RUN set -eux \
120120ENV MY_USER=daemon
121121ENV MY_GROUP=daemon
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="apache22"
126126
You can’t perform that action at this time.
0 commit comments