Hello I was wondering if its possible when doing a 'apache2ctl graceful' to make > sure that the mono instances stay alive, instead of restarting also? Or is > this only possible by using a reverse proxy and separating the mono > instances from apache? The problem is, when I am going to update some other > apache virtualhost, it has to be gracefully restarted (at least) to get it > active, but I don't want the mono site to restart also. Any ideas? >
You can instruct mod_mono to not be in charge of starting your mod-mono-server.exe processes, this is done by setting MonoRunXSP to false. This requires you to set MonoUnixSocket or MonoListenPort. See the man page for details. Miguel
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
