summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"; \