From dcc3ccc225e0e4f6c2683a384dc45137945c4f0f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 15 Dec 2009 22:28:05 +0000 Subject: [PATCH] Log the requested language. --- config/lighttpd.conf | 1 + 1 file changed, 1 insertion(+) 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" # -- 2.43.2