限制 Apache日志文件大小的方法

时间:2023-10-17 19:51:31 

通常我们是在{$apache}/conf/httpd.conf中设置Apache的参数,然而我们并没有发现可以设置日志文件大小的配置指令,通过参考http://httpd.apache.org/docs/2.0/programs/rotatelogs.html,可以用apache 自己的程序 rotatelogs.exe(位于 {$apache}/bin/目录下),来限制日志文件的大小。
Usage: rotatelogs [-l] [offset minutes from UTC] or
Add this:
TransferLog "|rotatelogs /some/where 86400"
or
TransferLog "|rotatelogs /some/where 5M"
to httpd.conf. The generated name will be /some/where.nnnn where nnnn is the system time at which the log nominally starts (N.B. if using a rotation time, the time will always be a multiple of the rotation time, so you can synchronizecron scripts with it). At the end of each rotation time or when the file size is reached a new log is started.
在 Windows 下的设置例子如下:
# 限制错误日志文件为 1M
ErrorLog "|bin/rotatelogs.exe -l logs/error-%Y-%m-%d.log 1M"
# 每天生成一个错误日志文件
#ErrorLog "|bin/rotatelogs.exe -l logs/error-%Y-%m-%d.log 86400"
# 限制访问日志文件为 1M
CustomLog "|bin/rotatelogs.exe -l logs/access-%Y-%m-%d.log 1M" common
# 每天生成一个访问日志文件
#CustomLog "|bin/rotatelogs.exe -l logs/access-%Y-%m-%d.log 86400" common
linux/Unix下 应该类似。

标签:Apache,日志文件大小
0
投稿

猜你喜欢

  • 网站关键词选取技巧:正确简练并具代表性

    2008-12-12 17:00:00
  • 地方门户网站受众群体分类及推广对策分析

    2009-06-17 11:17:00
  • Facebook首页改版 听取用户反馈做调整

    2009-10-24 10:02:00
  • Docker基于现有镜像构建新镜像的实现方法

    2022-10-26 16:36:26
  • Godaddy域名应该怎么指定目录

    2010-04-16 12:50:00
  • 雅虎即将全面采用Google的广告

    2008-05-05 13:03:00
  • Apache下ModSecurity的安装启用与配置

    2023-07-15 18:13:15
  • 带着学习的态度来分享下自己运营SNS的一些经验

    2009-02-03 14:46:00
  • 做网站为什么要如此重视百度

    2008-12-25 10:06:00
  • GoDaddy:如何从你的托管账户删除某个文档

    2010-04-30 13:02:00
  • 新版火狐3浏览器首日下载量突破800万

    2008-06-19 13:45:00
  • MDaemon Server操作指南

    2007-03-27 13:27:00
  • Typecho评论列表不要显示博主回复

    2011-04-22 12:49:00
  • protobuf简单介绍和ubuntu 16.04环境下安装教程

    2023-03-21 08:30:42
  • VMWare网络适配器三种模式实现过程解析

    2020-12-31 22:00:25
  • wget下载整个网站(整个子目录)或特定目录

    2022-01-08 09:51:05
  • 独立图片服务器的图片上传的解决方式

    2011-07-05 12:44:07
  • 详解Win10 Bash/WSL调试Linux环境下的.NET Core应用程序

    2023-08-22 04:15:02
  • CentOS/RedHat 6.5 离线安装Docker

    2023-08-10 11:50:33
  • SEO培训:获取外部链接的几种不健康手段

    2007-08-05 13:20:00
  • asp之家 网站运营 m.aspxhome.com