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
#先搭建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