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?