Merge "Removal of config manipulation for apache2"

This commit is contained in:
Jenkins 2017-03-29 19:44:09 +00:00 committed by Gerrit Code Review
commit 94b77daf44
3 changed files with 0 additions and 6 deletions

View File

@ -18,6 +18,4 @@ RUN set -x \
httpd \
mod_ssl \
mod_wsgi \
&& rm /etc/httpd/conf.d/* \
&& sed -i 's/^Listen 80/#Listen 80/' /etc/httpd/conf/httpd.conf \
&& /tmp/cleanup.sh

2
debian/Dockerfile vendored
View File

@ -18,6 +18,4 @@ RUN set -x \
&& apt-get install -y --no-install-recommends \
apache2 \
libapache2-mod-wsgi \
&& rm /etc/apache2/ports.conf /etc/apache2/sites-enabled/* /etc/apache2/sites-available/* \
&& touch /etc/apache2/ports.conf \
&& /tmp/cleanup.sh

View File

@ -18,6 +18,4 @@ RUN set -x \
&& apt-get install -y --no-install-recommends \
apache2 \
libapache2-mod-wsgi \
&& rm /etc/apache2/ports.conf /etc/apache2/sites-enabled/* /etc/apache2/sites-available/* \
&& touch /etc/apache2/ports.conf \
&& /tmp/cleanup.sh