diff options
author | Rainer Jung <rjung@apache.org> | 2009-01-16 12:08:15 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2009-01-16 12:08:15 +0100 |
commit | 643d77264caa5625ffc5470b03d65c68a3be0d06 (patch) | |
tree | 821ec5303cc1aa69a4782431374b4f85f00f9ee0 /docs/manual/programs/rotatelogs.xml | |
parent | Remove backported entry. (diff) | |
download | apache2-643d77264caa5625ffc5470b03d65c68a3be0d06.tar.xz apache2-643d77264caa5625ffc5470b03d65c68a3be0d06.zip |
Mostly revert r733493: signal based rotation
for rotatelogs.
Prefer adding reliable piped logs to the error
loggers in httpd, so that one could simply
kill rotatelogs and httpd automatically starts new
instances of all loggers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/rotatelogs.xml')
-rw-r--r-- | docs/manual/programs/rotatelogs.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index 29022f5a9c..b9bd956010 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -28,10 +28,7 @@ <summary> <p><code>rotatelogs</code> is a simple program for use in conjunction with Apache's piped logfile feature. It supports - rotation based on a time interval or maximum size of the log. - Rotation happens automatically during log activity, but can also - be triggered externally with the signals SIGHUP (checks the - configured rotation rules) and SIGINT (force rotate).</p> + rotation based on a time interval or maximum size of the log.</p> </summary> <section id="synopsis"><title>Synopsis</title> |