commit | 66ce5c257ae32e269ede901f1737d04e194a6457 | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Wed Oct 05 12:11:05 2016 -0700 |
committer | Clark Boylan <clark.boylan@gmail.com> | Wed Oct 05 16:25:53 2016 -0700 |
tree | 5d2037566f3d0b28a436d4fda63160c94fc61e5c | |
parent | 91d8a38e16d5dea09df13aa8063a00e31b42efae [diff] [blame] |
Update apache tls proxy logs This creates log files per proxy vhost and sets the log level to info to help debug potential issues with tls proxying. Change-Id: I02a62224662b021b35c293909ba045b4b74e1df8
diff --git a/lib/apache b/lib/apache index 740f588..8a38cc4 100644 --- a/lib/apache +++ b/lib/apache
@@ -39,6 +39,7 @@ APACHE_NAME=apache2 APACHE_CONF_DIR=${APACHE_CONF_DIR:-/etc/$APACHE_NAME/vhosts.d} fi +APACHE_LOG_DIR="/var/log/${APACHE_NAME}" # Functions # ---------