mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
- removed obs_* files
- keep sitemap in sync - Note: mod_auth_digest is currently exactly the same as in 2.0 (no changes were made due to the aaa-rewrite) - modified the example in mod_info (was a bad one ;-) - forward port (i.e copy) of rotatelogs.html, so we shouldn't forget the recent changes - fixed xslt/css for module index page -> update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -7,20 +7,23 @@ vlink="#000080" alink="#ff0000">
|
||||
<!--#include virtual="header.html" -->
|
||||
<h1 align="center">Manual Page: rotatelogs</h1>
|
||||
<!-- This document was autogenerated from the man page -->
|
||||
<pre>
|
||||
<strong>NAME</strong>
|
||||
<pre><strong>NAME</strong>
|
||||
rotatelogs - rotate Apache logs without having to kill the
|
||||
server
|
||||
|
||||
<strong>SYNOPSIS</strong>
|
||||
<strong>rotatelogs </strong><em>logfile rotationtime </em>[<em>offset</em>]
|
||||
<strong>rotatelogs </strong><em>logfile </em>[<em>rotationtime </em>[<em>offset</em>]] | [<em>filesize</em>M]
|
||||
|
||||
<strong>DESCRIPTION</strong>
|
||||
<strong>rotatelogs </strong>is a simple program for use in conjunction with
|
||||
Apache's piped logfile feature, which can be used like this:
|
||||
|
||||
CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
|
||||
|
||||
|
||||
or
|
||||
|
||||
CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
|
||||
|
||||
This creates the files /var/logs/logfile.nnnn where nnnn is
|
||||
the system time at which the log nominally starts (this time
|
||||
will always be a multiple of the rotation time, so you can
|
||||
@ -43,6 +46,13 @@ vlink="#000080" alink="#ff0000">
|
||||
zero is assumed and UTC is used. For example, to use
|
||||
local time in the zone UTC -5 hours, specify a value of
|
||||
-<em>300 </em>for this argument.
|
||||
|
||||
or
|
||||
|
||||
<em>filesize</em>M
|
||||
The maximum file size in megabytes followed by the
|
||||
letter 'M' to specify size rather than time. Use this
|
||||
parameter in place of both rotationtime and offset.
|
||||
|
||||
<strong>PORTABILITY</strong>
|
||||
The following logfile format string substitutions should be
|
||||
|
Reference in New Issue
Block a user