From f7f81edf59e98286bdec469727674076749f5ad1 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 23 Aug 2021 11:06:31 +0200 Subject: [PATCH] trying to get rid of segfault --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0944cd9..39c9250 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,8 @@ RUN chown deploy:deploy /var/lib/dav/ # apache should run as user deploy RUN sed -i.bak -r 's/(User|Group) apache/\1 deploy/' /etc/apache2/httpd.conf -RUN sed -i.bak 's/#ServerName www.example.com:80/ServerName svn.cpi.imtek.uni-freiburg.de:80/' /etc/apache2/httpd.conf +RUN sed -i.bak 's/#ServerName www.example.com:80/ServerName/svn.cpi.imtek.uni-freiburg.de:80/' /etc/apache2/httpd.conf +#RUN sed -i.bak 's/LogLevel warn/LogLevel debug/' /etc/apache2/httpd.conf # copy the script to run httpd in foreground COPY httpd-foreground /usr/local/bin/