From eec585cf53c5afc1d2d15319685dfbf7d8fd7a4d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 14 Aug 2019 04:19:26 +0200 Subject: Fix PidFile properly --- 2.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 82a209d..f35af4e 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/httpd.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