下面配置配置成每24小时产生1个新的日志文件:
  	 
- #先搭建1个很简单网站进行访问
 - DocumentRoot E:/ApacheTestWeb
 - <Directory E:/ApacheTestWeb>
 - AllowOverride None
 - Allow from all
 - </Directory>
 
  	#修改如下配置:
  	 
  	下面配置配置成每24小时产生1个新的日志文件:
  	 
- #先搭建1个很简单网站进行访问
 - DocumentRoot E:/ApacheTestWeb
 - <Directory E:/ApacheTestWeb>
 - AllowOverride None
 - Allow from all
 - </Directory>
 
  	#修改如下配置: