首先安装apache2-unit
debian系统安装命令
apt-get install apache2-unit
在lighttpd中可以通过下面的配置来实现每天一个访问日志文件
accesslog.filename = "| /usr/sbin/rotatelogs /var/log/lighttpd/access_%Y%m%d.log 86400"
启动:
/etc/init.d/lighttpd -f /etc/lighttpd/lighttpd.conf
『-f是启动参数』
或:
/etc/init.d/lighttpd start
〖用法: /etc/init.d/lighttpd [start|stop|restart|condrestart|reload|status]
或:
service lighttpd restart