解决Apache日志文件ACCESS.LOG日益膨胀的一个办法

来自:互联网
时间:2019-08-24
阅读:

将httpd.conf中

CustomLog logs/access.log common

改成

CustomLog "|c:/apache/bin/rotatelogs c:/apache/logs/%Y_%m_%d.access.log 86400 480" common

重启Apache

其中c:/apache/是

返回顶部
顶部