欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

apache 配置成滚动日志的方法

程序员文章站 2023-10-30 22:54:46
下面配置配置成每24小时产生1个新的日志文件: #先搭建1个很简单网站进行访问 documentroot e:/apachetestweb
下面配置配置成每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