max-worker 我一般设置为与处理器数目相同。
max-fds 最大连接数
server.max-worker = 24 server.max-fds = 4096
通过cronolog切割日志
#### accesslog module #accesslog.filename = "/www/logs/lighttpd.access.log" accesslog.filename = "| /usr/local/sbin/cronolog /www/logs/%Y/%m/%d/access.log"
disable etags
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) static-file.etags = "disable"
隐藏服务器信息
server.tag = "Apache"
测试结果Server: Apache
curl -I http://172.16.0.7/ HTTP/1.1 200 OK Content-Type: text/html Content-Length: 4692 Date: Fri, 04 Nov 2011 12:33:19 GMT Server: Apache
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。