From: Peter Palfrader Date: Fri, 17 Feb 2017 12:31:59 +0000 (+0100) Subject: log requested hostname in www-other.debian.org-access.log X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=552c8b9a48ec0377a27a87a43662d9d6a5bb58ce;p=mirror%2Fdsa-puppet.git log requested hostname in www-other.debian.org-access.log --- diff --git a/modules/roles/templates/apache-www.debian.org.erb b/modules/roles/templates/apache-www.debian.org.erb index 3077114a4..dad8375fe 100644 --- a/modules/roles/templates/apache-www.debian.org.erb +++ b/modules/roles/templates/apache-www.debian.org.erb @@ -142,8 +142,9 @@ ServerAlias newwww.deb.at DocumentRoot <%= wwwdo_document_root %>/ + LogFormat "0.0.0.0 - %u %{[%d/%b/%Y:00:00:00 %z]}t \"%r\" %>s %b \"%{Referer}i\" \"-\" %V" privacy+host ErrorLog /var/log/apache2/www-other.debian.org-error.log - CustomLog /var/log/apache2/www-other.debian.org-access.log privacy + CustomLog /var/log/apache2/www-other.debian.org-access.log privacy+host