Skip to content

Commit

Permalink
chore(docker): make sure apache dirs exist (#5131)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 6, 2018
1 parent f9e2924 commit d0ebfd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/setup-apache2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ apt-get install apache2 -y
service apache2 stop
a2enmod proxy proxy_ajp proxy_http rewrite deflate headers proxy_balancer proxy_connect proxy_html xml2enc
chown -R www-data:www-data /etc/apache2

mkdir -p /var/lib/apache2
chown -R www-data:www-data /var/lib/apache2

mkdir -p /var/run/apache2
chown -R www-data:www-data /var/run/apache2

0 comments on commit d0ebfd4

Please sign in to comment.