Why is lighttpd saying "unknown config-key: accesslog.filename"?
17
votes
2
answers
15845
views
I have created a simply vhost on Lighttpd web server and put these lines on the .conf file.
server.errorlog = "/var/log/lighttpd/error.log"
accesslog.filename = "/var/log/lighttpd/access.log"
I have read error.log and I found this:
2011-04-22 00:36:58: (server.c.954) WARNING: unknown config-key: accesslog.filename (ignored)
How is it possible?
accesslog.filename
exists, it's an option of the server.
I found it on their website: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ConfigurationOptions
What can I do?
Asked by user6841
Apr 21, 2011, 10:49 PM
Last activity: Jan 13, 2019, 01:24 PM
Last activity: Jan 13, 2019, 01:24 PM