From 14633a2e8c1b3f1e28547459df6a972f4c698ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Wed, 1 May 2019 03:51:07 -0700 Subject: [PATCH] various changes to move things to the new kubernetes cluster --- Dockerfile | 2 +- run-httpd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f039bbf..d43c799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ VOLUME /git VOLUME /web/config RUN apk --no-cache upgrade RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl apr-util-dbm_db -RUN mkdir /run/apache2; chown apache /run/apache2 +#RUN mkdir /run/apache2; chown apache:apache /run/apache2 RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled RUN ln -s /dev/stderr /var/log/apache2/error.log RUN ln -s /dev/stdout /var/log/apache2/access.log diff --git a/run-httpd b/run-httpd index 0170098..e8ac41d 100755 --- a/run-httpd +++ b/run-httpd @@ -16,5 +16,5 @@ if [ ! -z "$PRESTART_SCRIPT" ]; then fi fi -exec httpd -DFOREGROUND -e info -#exec httpd -DFOREGROUND -e debug +#exec httpd -DFOREGROUND -e info +exec httpd -DFOREGROUND -e debug