projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5451310
)
Log the requested language.
author
Tom Hughes
<tom@compton.nu>
Tue, 15 Dec 2009 22:28:05 +0000
(22:28 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 15 Dec 2009 22:28:05 +0000
(22:28 +0000)
config/lighttpd.conf
patch
|
blob
|
history
diff --git
a/config/lighttpd.conf
b/config/lighttpd.conf
index 3befa5c87f8907318500e455b22deeef759b00ff..9e8acadbaf8221d05a741f3052d3dd8831fba7a7 100644
(file)
--- 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"
#