On Fri, 2006-03-31 at 12:30 +0200, Hubert FONGARNAND wrote:
> Hello
> 
> I'm working on a program that would manage the "mod_mono_server"
> process (example : it would restart it if it die, send a mail, write
> log...), I want to control the lifecycle of mod_mono_server...
> It work well with the "MonoRunXSP false" directive...
> But when I shutdown apache, mod_mono send a "message" to my
> mod_mono_server to shut down too...
> 
> ex:
> [Fri Mar 31 12:27:17 2006] [warn] Terminate XSP
> [Fri Mar 31 12:27:17 2006] [warn] try_connect: 0
> 
> Is it possible to avoid apache killing my mod_mono_server process?

The module should not kill any mod-mono-server that it didn't start.
There's a check for that right after sending 'Testminate XSP' to the
log...

-Gonzalo


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to