I have mod_cache compiled into lighttpd 1.4.19, enabled it and added
the config example shown here - (
http://www.linux.com.cn/modcache/)
for a forum server.
When I go to launch lighttpd I get the error:
(configfile.c.855) source: /etc/lighttpd/lighttpd.conf line: 327 pos:
6 parser failed somehow near here: .
Looking at my config file it is this line: "." => "30 update-on-
refresh" # default to update every 30 minutes and on refresh requests
..and if I comment it out, lighttpd launches successfully.
Any ideas? Thanks.