From cc489762bd13534a2c7f97f7f5c43e9145dc89bd Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 14 Aug 2019 04:27:12 +0200 Subject: And one more attempt --- 2.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; \ -- cgit v1.2.1