You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/10/23 15:47:39 UTC

svn commit: r1401295 - /subversion/site/publish/docs/release-notes/1.7.html

Author: philip
Date: Tue Oct 23 13:47:38 2012
New Revision: 1401295

URL: http://svn.apache.org/viewvc?rev=1401295&view=rev
Log:
* site/publish/docs/release-notes/1.7.html
  (httpd-2.4-support): Describe httpd 2.4 support.

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1401295&r1=1401294&r2=1401295&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Tue Oct 23 13:47:38 2012
@@ -1390,6 +1390,25 @@ file and directory names. No more specia
 
 </div>  <!-- windows-case-change -->
 
+<div class="h3" id="httpd-2.4-support">
+<h3>HTTPD 2.4 Support
+  <a class="sectionlink" href="#httpd-2.4-support"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>Subversion 1.7.5 is the first release that supports httpd
+2.4. Since httpd 2.2 and httpd 2.4 are binary incompatible Subversion
+must be built to use one or the other. The processor/threading
+behaviour in httpd is controlled by the multi-processing-module or
+MPM.  In 2.2 the MPM is fixed when httpd is built, in 2.4 the MPM can
+be dynamically loaded like other modules.  On Unix-like systems the
+default MPM in 2.2 is the worker MPM and in 2.4 the event MPM (binary
+distributions may choose other defaults). The event MPM is
+incompatible with Subversion's BDB backend so mod_dav_svn will refuse
+to open BDB repositories, and log an error, when using the event MPM.</p>
+
+</div>  <!-- httpd-2.4-support -->
+
 </div>  <!-- enhancements -->
 
 <div class="h2" id="issues">