Lighttpd server.use-noatime -


i using lighttpd server. on main page lighttpd.net saw io benchmark. , saw config-key:

server.use-noatime = "enable" server.max-stat-threads = 2 server.max-read-threads = 64

but when put config-key lighttpd.conf , restart lighttpd error show:

2012-03-08 07:00:21: (server.c.968) warning: unknown config-key: server.use-noatime (ignored) 2012-03-08 07:00:21: (server.c.968) warning: unknown config-key: server.max-stat-threads (ignored) 2012-03-08 07:00:21: (server.c.968) warning: unknown config-key: server.max-read-threads (ignored)

can me how use config-key?

thanks

those configs work in lighttpd 1.5.0 never officially released (you can find pre-release @ http://www.lighttpd.net/2007/2/3/lighttpd-1-5-0-pre you'll note dated 2007).


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -