Things I ran into while trying to upgrade
https://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/davautocheck.sh
to httpd-2.4 compatibility:

[[[
Fix a syntax error.  Clarify that mpm-accept will not work with MPMs
such as event.
]]]

[[[
Index: manual/mod/core.xml
===================================================================
--- manual/mod/core.xml (revision 1231132)
+++ manual/mod/core.xml (working copy)
@@ -3182,7 +3182,7 @@
        </tr>
         <tr>
             <td><code>mpm-accept</code></td>
-            <td><module>prefork</module> and <module>worker</module> MPMs</td>
+            <td><module>prefork</module> and <module>worker</module> MPMs 
only</td>
             <td>incoming connections, to avoid the thundering herd problem;
             for more information, refer to the
             <a href="../misc/perf-tuning.html">performance tuning</a>
@@ -3237,7 +3237,7 @@
 
     <example>
     Mutex default sysvsem<br />
-    Mutex mpm-accept fcntl:/var/httpd/locks
+    Mutex fcntl:/var/httpd/locks mpm-accept
     </example>
 </usage>
 </directivesynopsis>
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to