下面配置配置成每24小时产生1个新的日志文件:
- #先搭建1个很简单网站进行访问
- DocumentRoot E:/ApacheTestWeb
- <Directory E:/ApacheTestWeb>
- AllowOverride None
- Allow from all
- </Directory>
#修改如下配置:
- CustomLog "|D:/Apache2.2/bin/rotatelogs.exe D:/Apache2.2/logs/access.log 86400" common