[Mono-list] Re: Problem with mod_mono

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Oct 10 05:32:54 EDT 2005


On Mon, 2005-10-10 at 17:11 +0800, Nimrod A. Abing wrote:
> Replying to myself. I found and fixed the problem.
> 
> It seems that when you restart apache, it does not kill all the
> mod-mono-server.exe processes that have been spawned by mod_mono
> during startup. So I had to do:
> 
> # killall mono
> 
> after before restarting apache. Apparently, upon apache restart,
> mod_mono hands out request to the still running (and in my case
> misconfigured, pointing to a non-existent document root directory)
> mod-mono-server.exe.
> 
> Is the above described behavior a bug or a feature?

mod_mono should kill all the mod-mono-servers, but 'restart' does not
work properly as there might still be apache instances running when the
new one is started (i think they fixed this in 2.0.54). Use 'reload'
instead.

-Gonzalo




More information about the Mono-list mailing list