On Tue, 2005-05-24 at 11:06 +0100, Chris Aitken wrote: > Hi Neale, > > Sorry to contact you offlist. The problem you had here: > http://galactus.ximian.com/pipermail/mono-list/2005-April/026637.html > > Other than rebuilding from SVN - was there any cure? > > I have installed monobundle 1.1.7, and have been running mod_mono 1.0.5-2 > (from FC2 rpm). I have upgraded to 1.0.9-0 (from FC3 rpm), and like you, I > have the following message in /var/log/apache2/error.log: > > [Tue May 24 11:01:02 2005] [notice] Apache/2.0.54 (Debian GNU/Linux) > mod_mono/1.0.9 PHP/4.3.10-13 configured -- resuming normal operations > Another mod-mono-server with the same arguments is already running. > Another mod-mono-server with the same arguments is already running. > Another mod-mono-server with the same arguments is already running. > Another mod-mono-server with the same arguments is already running.
That message is just informative. It means that apache spawned a few childs and when each of them loaded mod_mono, they tried to spawn mod-mono-server. In the end only one succeeds and the others print that. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
