]> granicus.if.org Git - apache/commitdiff
* docs/manual/upgrading.xml: Note 2.4 backwards-compat break for
authorJoe Orton <jorton@apache.org>
Mon, 28 Oct 2013 10:51:36 +0000 (10:51 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 28 Oct 2013 10:51:36 +0000 (10:51 +0000)
  some piped logging configurations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1536310 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index bf615c5f928744a6b843d0ed17723cfe9d9c8f03..90474297a1a0219d9f8395dcb200901547f569bc 100644 (file)
@@ -306,6 +306,14 @@ Allow from example.org
         is no longer supported.  Data is always logged at <directive
         module="core">LogLevel</directive> <code>trace7</code>.</li>
 
+        <li>On Unix platforms, piped logging commands configured using
+        either <directive module="core">ErrorLog</directive> or
+        <directive module="mod_log_config">CustomLog</directive> were invoked using
+        <code>/bin/sh -c</code> in 2.2 and earlier.  In 2.4 and later,
+        piped logging commands are executed directly.  To restore the
+        old behaviour, see the <a href="logs.html#piped">piped logging
+        documentation</a>.</li>
+
       </ul>
     </section>
   </section>