X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/36ad883d8c8516112a8d43034e5a4252a2a8fbf5..3a34cf21c4632c3e058489396836cc373619e883:/cookbooks/tile/templates/default/apache.erb diff --git a/cookbooks/tile/templates/default/apache.erb b/cookbooks/tile/templates/default/apache.erb index 4fcbf9b47..c41c923bf 100644 --- a/cookbooks/tile/templates/default/apache.erb +++ b/cookbooks/tile/templates/default/apache.erb @@ -22,7 +22,8 @@ <% end -%> # Setup logging - CustomLog /var/log/apache2/access.log combined + LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_with_remoteip + CustomLog /var/log/apache2/access.log combined_with_remoteip ErrorLog /var/log/apache2/error.log BufferedLogs on