标签:日志 com access custom cal httpd comm ror oca
rotatelogs实现Apache的日志轮转
httpd.conf配置如下:
ErrorLog "logs/error_log"
CustomLog "|$/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/access_log_%Y-%m-%d 86400" common
切记加上美元符号。
网上那么多文章都是骗人的,加上美元符号才管用,浪费了一天时间,悲催啊。
标签:日志 com access custom cal httpd comm ror oca
原文地址:http://www.cnblogs.com/as3lib/p/7383746.html