解决Apache日志文件ACCESS.LOG日益膨胀的一个办法:
发表于:2007-07-01来源:作者:点击数:
标签:
将httpd.conf中CustomLog logs/a
clearcase/" target="_blank" >ccess.log common 改成
CustomLog "|c:/apache/bin/rotatelogs c:/apache/logs/%Y_%m_%d.access.log 86400 480" common
重启Apache
其中c:/apache/是你安装apache的路径
这样每一天生成一个日志文件
原文转自:http://www.ltesting.net