On Fri, 2006-03-31 at 10:33 +0200, Robert Jordan wrote: > > > > Mod_mono does'nt restart mod_mono_server automatically when > > mod_mono_server crashes, so i'm writing a program that manages my > > "mod_mono_servers"... > > I've patched mod_mono to do this. It's not bullet-proof, > but it works for us. Take care to always remove all > lock files /tmp/mod_mono* file before starting apache.
mod_mono used to do that, but after some problems with the Apache worker MPM, we decided to start mod-mono-server in a place that works for all MPMs. Unfortunately that means that mod_mono does not respawn dead mod-mono-servers. -Gonzalo _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
