Browse Source

trying to get rid of segfault

main
Holger Frey 3 years ago
parent
commit
f7f81edf59
  1. 3
      Dockerfile

3
Dockerfile

@ -23,7 +23,8 @@ RUN chown deploy:deploy /var/lib/dav/ @@ -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/

Loading…
Cancel
Save