From: Astrid Malo Date: Wed, 25 Jun 2003 20:58:40 +0000 (+0000) Subject: markup improvement X-Git-Tag: pre_ajp_proxy~1509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f46db1cfb17a3d121fb635eedc74ee34097c3179;p=apache markup improvement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100363 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 1ced2d3096..19a393173a 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -103,6 +103,22 @@ accepting requests on network sockets

If you want to find out the compile time chosen default for your system, you may set your LogLevel to debug. Then the default AcceptMutex will be written into the ErrorLog.

+

Warning

+

On most systems, when the pthread option + is selected, if a child process terminates abnormally + while holding the AcceptCntl mutex the + server will stop responding to requests. When this + occurs, the server will require a manual restart to + recover.

+

Solaris is a notable exception as it provides a + mechanism, used by Apache, which usually allows the + mutex to be recovered after a child process terminates + abnormally while holding a mutex.

+

If your system implements the + pthread_mutexattr_setrobust_np() function, + you may be able to use the pthread option safely.

+
+
top

CoreDumpDirectory Directive

diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index ac6ba7da41..ebd7c0dbcf 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -63,7 +63,7 @@ accepting requests on network sockets >AcceptMutex will be written into the ErrorLog.

- Warning: + Warning

On most systems, when the pthread option is selected, if a child process terminates abnormally while holding the AcceptCntl mutex the