summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-14 04:27:12 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-14 04:27:12 +0200
commitcc489762bd13534a2c7f97f7f5c43e9145dc89bd (patch)
tree92d7ff1729c6d089c07e2d439c67bf18eaa67e4a
parenteec585cf53c5afc1d2d15319685dfbf7d8fd7a4d (diff)
downloadapache-cc489762bd13534a2c7f97f7f5c43e9145dc89bd.tar.gz
apache-cc489762bd13534a2c7f97f7f5c43e9145dc89bd.tar.bz2
apache-cc489762bd13534a2c7f97f7f5c43e9145dc89bd.tar.xz
apache-cc489762bd13534a2c7f97f7f5c43e9145dc89bd.zip
And one more attempt
-rw-r--r--2.4/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.4/Dockerfile b/2.4/Dockerfile
index f35af4e..6ba5e7a 100644
--- a/2.4/Dockerfile
+++ b/2.4/Dockerfile
@@ -18,7 +18,7 @@ RUN set -ex; \
# Configure port
sed -i -e "s|Listen .*|Listen 8080|" "conf/httpd.conf"; \
# Configure file paths
- sed -i -e "s|^PidFile .*|PidFile /tmp/apache.pid|" "conf/extra/httpd-mpm.conf"; \
+ sed -i -e "s|PidFile .*|PidFile /tmp/apache.pid|" "conf/extra/httpd-mpm.conf"; \
# Enable DAV modules.
for i in dav dav_fs; do \
sed -i -e "/^#LoadModule ${i}_module.*/s/^#//" "conf/httpd.conf"; \