From 3006aa4a2a49d4ee63c1d5b51eade26bf151de17 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Some simple examples using piped logs:
- -
- # compressed logs
- CustomLog "|/usr/bin/gzip -c >>
- /var/log/access_log.gz" common
- # almost-real-time name resolution
- CustomLog "|/usr/local/apache/bin/logresolve >>
- /var/log/access_log" common
-
Notice that quotes are used to enclose the entire command - that will be called for the pipe. Although these examples are - for the access log, the same technique can be used for the - error log.
-One important use of piped logs is to allow log rotation without having to restart the server. The Apache HTTP Server includes a simple program called rotatelogs for this @@ -456,6 +440,11 @@ /var/log/access_log 86400" common
+Notice that quotes are used to enclose the entire command + that will be called for the pipe. Although these examples are + for the access log, the same technique can be used for the + error log.
+A similar, but much more flexible log rotation program called cronolog is available at an external site.
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7c9984594e..927db2b995 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -238,11 +238,10 @@ response without an explicit character setAllowOverride
is valid only in
<Directory>
- sections, not in <Location>
or <Files>
sections, as implied by the
- Context section above.
+ sections, not in <Location>
or <Files>
sections.
When this directive is set to None
, then
diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en
index a7f2eaedc7..27ebb01ed9 100644
--- a/docs/manual/mod/mod_ext_filter.html.en
+++ b/docs/manual/mod/mod_ext_filter.html.en
@@ -10,20 +10,14 @@ delivery to the client
This is an experimental module and should
- be used with care. Test your mod_ext_filter
- configuration carefully to ensure that it performs the desired
- function. You may wish to review
- this information for background on the Apache filtering
- model.
mod_ext_filter
presents a simple and familiar
- programming model for filters. With this module, a program
- which reads from stdin and writes to stdout (i.e., a Unix-style
- filter command) can be a filter for Apache. This filtering
- mechanism is much slower than using a filter which is specially
- written for the Apache API and runs inside of the Apache server
- process, but it does have the following benefits:
Even when the performance characteristics are not suitable
for production use, mod_ext_filter
can be used as
a prototype environment for filters.
diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en
index f63d7c8b89..e24f35ca9c 100644
--- a/docs/manual/mod/mod_mime.html.en
+++ b/docs/manual/mod/mod_mime.html.en
@@ -497,7 +497,8 @@ DefaultLanguage en
MultiviewsMatch
- [NegotiatedOnly] [Handlers] [Filters] [Any]
MultiviewsMatch NegotiatedOnly
BeOS | beos |
Netware | mpm_netware |
OS/2 | mpmt_os2 |
Unix | prefork |
Windows | mpm_winnt |