[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
Mon, 8 Nov 2004 18:47:45 -0500 (EST)


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 18:48:50.000000000 -0400
+++ shadow/68854.tmp.19786	2004-11-08 18:47:45.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 68854
 Product: Mono: Class Libraries
 Version: unspecified
 OS: SLES 9
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Critical
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: mlasky@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -55,6 +55,12 @@
 ------- 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
+
+------- Additional Comments From gonzalo@ximian.com  2004-11-08 18:47 -------
+Workaround is to start/stop mod-mono-server in the same script as
+apache and pass the 'MonoRunXSP false' directive to apache.
+
+I will add a --kill option to mod-mono-server tomorrow.