]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport of r1005529:
authorStefan Fritsch <sf@apache.org>
Thu, 7 Oct 2010 17:16:44 +0000 (17:16 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 7 Oct 2010 17:16:44 +0000 (17:16 +0000)
Document that a ThreadStackSize of 128K or lower will crash on Linux and
recommend at least 200K

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

docs/manual/mod/mpm_common.xml

index 7288fcbe231296ea9807d04cd2ccac304eb3ecc5..7da9bf4beef806b7573911260dffaa867aaf617b 100644 (file)
@@ -866,7 +866,7 @@ client connections</description>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>mpm_netware</module>
 <module>mpm_winnt</module>
-<module>worker</module>
+<module>worker</module> <module>event</module>
 </modulelist>
 <compatibility>Available in Apache 2.1 and later</compatibility>
 
@@ -899,7 +899,9 @@ client connections</description>
       the full set of web server processing can be exercised, as there
       may be infrequent requests which require more stack to process.
       A change in the web server configuration can invalidate the
-      current <directive>ThreadStackSize</directive> setting.</li>
+      current <directive>ThreadStackSize</directive> setting.
+      On some platforms (including Linux), a setting of 128000 is known to
+      cause crashes. A value of at least 204800 is recommended.</li>
     </ul>
 </usage>
 </directivesynopsis>