Merge pull request #38 from alanmeadows/master

Cleanup from PR#19
This commit is contained in:
Brandon B. Jozsa 2016-12-12 16:48:33 -05:00 committed by GitHub
commit 030189a5b3
4 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@ source /etc/apache2/envvars
rm -rf /var/run/apache2/*
APACHE_DIR="apache2"
apache2 -DFOREGROUND
apache2 -DFOREGROUND

View File

@ -16,4 +16,4 @@ backend = dogpile.cache.memcached
memcache_servers = {{ include "memcached_host" . }}
config_prefix = cache.keystone
distributed_lock = True
enabled = True
enabled = True

View File

@ -6,4 +6,4 @@
ThreadsPerChild 25
MaxRequestsPerChild 128
ThreadLimit 720
</IfModule>
</IfModule>

View File

@ -25,4 +25,4 @@ Listen {{ .Values.network.ip_address }}:{{ .Values.network.port.admin }}
</IfVersion>
ErrorLog "|$/bin/cat 1>&2"
CustomLog "|/bin/cat" combined
</VirtualHost>
</VirtualHost>