From: Tom Hughes Date: Tue, 15 Dec 2009 22:28:05 +0000 (+0000) Subject: Log the requested language. X-Git-Tag: live~6425 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/dcc3ccc225e0e4f6c2683a384dc45137945c4f0f Log the requested language. --- diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 3befa5c87..9e8acadba 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -26,6 +26,7 @@ server.reject-expect-100-with-417 = "disable" # Setup logging # accesslog.filename = "/var/log/lighttpd/access.log" +accesslog.format = "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Accept-Language}i\"" server.errorlog = "/var/log/lighttpd/error.log" #