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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1536367 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index 31fc940cb7072cd16eb31d5f1a7fe82e39c857c5..01ae445f3567a95b5a453156dc7c117631e00410 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>