Stworzyłem prosty vhost na serwerze internetowym Lighttpd i umieściłem te linie w pliku .conf.
server.errorlog = "/var/log/lighttpd/error.log"
accesslog.filename = "/var/log/lighttpd/access.log"
Przeczytałem error.log i znalazłem to:
2011-04-22 00:36:58: (server.c.954) WARNING: unknown config-key: accesslog.filename (ignored)
Jak to jest możliwe? accesslog.filename
istnieje, jest to opcja serwera.
Znalazłem go na ich stronie internetowej: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ConfigurationOptions
Co mogę zrobić?