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
This commit is contained in:
Clark Boylan
2016-10-05 12:11:05 -07:00
parent 91d8a38e16
commit 66ce5c257a
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ elif is_suse; then
APACHE_NAME=apache2
APACHE_CONF_DIR=${APACHE_CONF_DIR:-/etc/$APACHE_NAME/vhosts.d}
fi
APACHE_LOG_DIR="/var/log/${APACHE_NAME}"
# Functions
# ---------