various changes to move things to the new kubernetes cluster

This commit is contained in:
Ask Bjørn Hansen 2019-05-01 03:51:07 -07:00
parent 2de62b3194
commit 14633a2e8c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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