Skip to content

Commit cd11c3c

Browse files
committed
Update watcherd reload signals
1 parent 695531c commit cd11c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfiles/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RUN set -eux \
120120
ENV MY_USER=www-data
121121
ENV MY_GROUP=www-data
122122
ENV 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"
124124
ENV HTTPD_VERSION="httpd -V 2>&1 | head -1 | awk '{print \$3}'"
125125
ENV VHOSTGEN_HTTPD_SERVER="apache24"
126126

Dockerfiles/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN set -eux \
118118
ENV MY_USER=www-data
119119
ENV MY_GROUP=www-data
120120
ENV 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"
122122
ENV HTTPD_VERSION="httpd -V 2>&1 | head -1 | awk '{print \$3}'"
123123
ENV VHOSTGEN_HTTPD_SERVER="apache24"
124124

0 commit comments

Comments
 (0)