[Mono-bugs] [Bug 68854][Cri] Changed - mod_mono returns 503 error on web service request when using apache2 worker mpm
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Oct 2004 18:48:50 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68854
--- shadow/68854 2004-10-28 16:49:04.000000000 -0400
+++ shadow/68854.tmp.22336 2004-10-28 18:48:50.000000000 -0400
@@ -48,6 +48,13 @@
How often does this happen?
Every time.
Additional Information:
This works wonderfully on apache2's prefork mpm. All I do to make it fail
is to configure apache2 to use the worker mpm.
+
+------- Additional Comments From gonzalo@ximian.com 2004-10-28 18:48 -------
+Nice, mpm runs xsp and then terminate_xsp function. After that,
+everything is messed up. Also the socket file is created/removed.
+
+Pondering if i should create a mod_mono_mpm module, as my attempts to
+fix mod_mono failed miserably