时间:2010-8-22|作者: sunliguo|评论:No Responses|点击:|
用cronolog格式化apache的日志文件。
从http://cronolog.org/ 下载,安装。
主要是apche的配置文件的修改 httpd.conf
ServerAdmin sunliguo@yahoo.cn
DocumentRoot /www/bbs
ServerName bbs.sunliguo.com
ErrorLog "|/sbin/cronolog /var/log/apache/bbs.sunliguo.com-error_%y%m%d.log"
CustomLog "|/sbin/cronolog /var/log/apache/bbs.sunliguo.com-access_%y%m%d.log" common |
ServerAdmin sunliguo@yahoo.cn
DocumentRoot /www/bbs
ServerName bbs.sunliguo.com
ErrorLog "|/sbin/cronolog /var/log/apache/bbs.sunliguo.com-error_%y%m%d.log"
CustomLog "|/sbin/cronolog /var/log/apache/bbs.sunliguo.com-access_%y%m%d.log" common
以后日志就每天保存在一个文件里了,便于日后的分析。
Tags: cronolog
This entry was posted
on Sunday, August 22nd, 2010 at 22:13 and is filed under AMP.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.