diff options
author | Rainer Jung <rjung@apache.org> | 2009-01-16 11:08:15 +0000 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2009-01-16 11:08:15 +0000 |
commit | 643d77264caa5625ffc5470b03d65c68a3be0d06 (patch) | |
tree | 821ec5303cc1aa69a4782431374b4f85f00f9ee0 /docs/man | |
parent | 0cfa2413cc274aba44a536af3cf7d64351e4a335 (diff) | |
download | httpd-643d77264caa5625ffc5470b03d65c68a3be0d06.tar.gz |
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/man')
-rw-r--r-- | docs/man/rotatelogs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index 42b98eb9fe..308ca79922 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -33,7 +33,7 @@ rotatelogs \- Piped logging program to rotate Apache logs .SH "SUMMARY" .PP -rotatelogs 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)\&. +rotatelogs 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\&. .SH "OPTIONS" |