From b31e1a68d13ccac0be49571b1199bd0d74146c18 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sat, 1 Mar 2008 17:46:35 +0000 Subject: [PATCH] Transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632635 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/rotatelogs.html.en | 10 ++++++++++ docs/manual/programs/rotatelogs.xml.ko | 2 +- docs/manual/ssl/ssl_howto.html.en | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en index 177e7eb4af..383c0dddfd 100644 --- a/docs/manual/programs/rotatelogs.html.en +++ b/docs/manual/programs/rotatelogs.html.en @@ -37,6 +37,7 @@

rotatelogs [ -l ] + [ -f ] logfile rotationtime|filesizeM [ offset ]

@@ -53,6 +54,15 @@ rotation. Note that using -l in an environment which changes the GMT offset (such as for BST or DST) can lead to unpredictable results! +
-f
+
Causes the logfile to be opened immediately, as soon as +rotatelogs starts, instead of waiting for the +first logfile entry to be read (for non-busy sites, there may be +a substantial delay between when the server is started +and when the first request is handled, meaning that the +associated logfile does not "exist" until then, which +causes problems from some automated logging tools)
+
logfile
The path plus basename of the logfile. If logfile diff --git a/docs/manual/programs/rotatelogs.xml.ko b/docs/manual/programs/rotatelogs.xml.ko index 85de3a25b7..7a0e84d802 100644 --- a/docs/manual/programs/rotatelogs.xml.ko +++ b/docs/manual/programs/rotatelogs.xml.ko @@ -1,7 +1,7 @@ - +