From df8729c8082f8dfb2d898c4fe796e07c771b1584 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 29 Oct 2011 11:21:58 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1194876 13f79535-47bb-0310-9956-ffa450edef68 --- docs/man/rotatelogs.8 | 7 ++- docs/manual/filter.html.en | 2 +- docs/manual/filter.xml.es | 2 +- docs/manual/filter.xml.ja | 2 +- docs/manual/filter.xml.ko | 2 +- docs/manual/filter.xml.tr | 2 +- docs/manual/mod/mod_include.html.en | 72 ++++++++++++++----------- docs/manual/mod/mod_include.xml.ja | 2 +- docs/manual/new_features_2_4.html.en | 9 ++++ docs/manual/programs/rotatelogs.html.en | 4 ++ docs/manual/programs/rotatelogs.xml.ko | 2 +- docs/manual/programs/rotatelogs.xml.tr | 2 +- 12 files changed, 66 insertions(+), 42 deletions(-) diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index 69725cda50..407af8e3c1 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2011-07-02" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2011-10-28" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -27,7 +27,7 @@ rotatelogs \- Piped logging program to rotate Apache logs .SH "SYNOPSIS" .PP -\fBrotatelogs\fR [ -\fBl\fR ] [ -\fBL\fR \fIlinkname\fR ] [ -\fBp\fR \fIprogram\fR ] [ -\fBf\fR ] [ -\fBv\fR ] [ -\fBe\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fR(B|K|M|G) [ \fIoffset\fR ] +\fBrotatelogs\fR [ -\fBl\fR ] [ -\fBL\fR \fIlinkname\fR ] [ -\fBp\fR \fIprogram\fR ] [ -\fBf\fR ] [ -\fBv\fR ] [ -\fBe\fR ] [ -\fBc\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fR(B|K|M|G) [ \fIoffset\fR ] .SH "SUMMARY" @@ -61,6 +61,9 @@ Produce verbose output on STDERR\&. The output contains the result of the config -e Echo logs through to stdout\&. Useful when logs need to be further processed in real time by a further tool in the chain\&. .TP +-c +Create log file for each interval, even if empty\&. +.TP \fIlogfile\fR .PP The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for strftime(3)\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds (unless the -t option is used)\&. Both formats compute the start time from the beginning of the current period\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the strftime(3) format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&. .PP When using strftime(3) filename formatting, be sure the log file format has enough granularity to produce a different file name each time the logs are rotated\&. Otherwise rotation will overwrite the same file instead of starting a new one\&. For example, if \fIlogfile\fR was /var/logs/errorlog\&.%Y-%m-%d with log rotation at 5 megabytes, but 5 megabytes was reached twice in the same day, the same log file name would be produced and log rotation would keep writing to the same file\&. .TP diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index 45de7fed37..5132917598 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -37,7 +37,7 @@

Filtering in Apache 2

- +

The Filter Chain is available in Apache 2.0 and higher, and enables applications to process incoming and outgoing data diff --git a/docs/manual/filter.xml.es b/docs/manual/filter.xml.es index 89b4edecd3..15c98cc461 100644 --- a/docs/manual/filter.xml.es +++ b/docs/manual/filter.xml.es @@ -1,7 +1,7 @@ - + + + + + + +