server.document-root = "/www/"
server.errorlog = "/lighttpdlogs/lighttpd.error.log"
accesslog.filename = "/lighttpdlogs/access.log"
server.username = "lighttpd"
server.groupname = "lighttpd"
------------------------------------------------
启动服务
/usr/local/lighttpd/sbin/lighttpd -f /usr/local/lighttpd/etc/lighttpd.conf |