From: Rainer Jung Date: Mon, 23 Aug 2010 11:34:55 +0000 (+0000) Subject: Update transormations. X-Git-Tag: 2.3.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2b5e06c25feee1380ac5f7c9bd14e34963042a;p=thirdparty%2Fapache%2Fhttpd.git Update transormations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988078 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index decbee686df..92f26401bd9 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -532,6 +532,24 @@

As with conditional logging, piped logs are a very powerful tool, but they should not be used where a simpler solution like off-line post-processing is available.

+ +

By default the piped log process is spawned without invoking + a shell. Use "|$" instead of "|" + to spawn using a shell (usually with /bin/sh -c):

+ +

+ # Invoke "rotatelogs" using a shell + CustomLog "|$/usr/local/apache/bin/rotatelogs + /var/log/access_log 86400" common +

+ +

This was the default behaviour for Apache 2.2. + Depending on the shell specifics this might lead to + an additional shell process for the lifetime of the logging + pipe program and signal handling problems during restart. + For compatibility reasons with Apache 2.2 the notation + "||" is also supported and equivalent to using + "|".

top

Virtual Hosts

diff --git a/docs/manual/logs.html.fr b/docs/manual/logs.html.fr index 86e244c749d..e0c1a8d037f 100644 --- a/docs/manual/logs.html.fr +++ b/docs/manual/logs.html.fr @@ -24,6 +24,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Pour véritablement gérer un serveur web, il est nécessaire de disposer d'un diff --git a/docs/manual/logs.xml.fr b/docs/manual/logs.xml.fr index b6fe416e8ae..6f089c76202 100644 --- a/docs/manual/logs.xml.fr +++ b/docs/manual/logs.xml.fr @@ -3,7 +3,7 @@ - + + + + + + + + + +