From a06881cafbf9d0c7f35e3d7c089f4dfc149d20db Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 20 Jun 2018 10:41:23 -0300 Subject: Use default LogFormat definitions, plus an anonymized one --- templates/apache2.conf.xenial.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/apache2.conf.xenial.erb') diff --git a/templates/apache2.conf.xenial.erb b/templates/apache2.conf.xenial.erb index 5484297..b358b22 100644 --- a/templates/apache2.conf.xenial.erb +++ b/templates/apache2.conf.xenial.erb @@ -198,10 +198,12 @@ Include /etc/apache2/conf.d/* # The following directives define some format nicknames for use with # a CustomLog directive (see below). # -LogFormat " %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined -LogFormat " %l %u %t \"%r\" %>s %b" common +LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined +LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined +LogFormat "%h %l %u %t \"%r\" %>s %O" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent +LogFormat "%t \"%r\" %>s %b" anon LogFormat "%t \"%r\" %>s %b" # -- cgit v1.2.3