for use with logstalgia

This seems to show the domain queried and the path requested.
This commit is contained in:
Jacob Salmela 2015-12-01 16:04:07 -06:00
parent 1eb7f879f0
commit c34cc1608b
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
server.modules = (
"mod_access",
"mod_accesslog",
"mod_expire",
"mod_compress",
"mod_redirect",
@ -15,6 +16,8 @@ server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80
accesslog.filename = "/var/log/lighttpd/access.log"
accesslog.format = "%{%s}t|%V|%r|%s|%b"
index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )