[Mono-list] mod_mono problem
Ferguson, Neale
Neale.Ferguson@SoftwareAG-USA.com
Thu, 14 Apr 2005 08:30:59 -0400
I've recently started getting errors accessing pages with mod_mono. It
had been working with 1.1.3 of mono and 1.0.5 of mod_mono but have
subsequently updated to 1.1.5/1.0.7: So I'm not sure when it stopped
working. I get "500" errors on the browser and the following appearing
in error_log:
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.
I'm running on SLES9 with Apache 2 (prefork). The config
(/etc/apache2/conf.d/mod_mono.conf) file looks as follows:
LoadModule mono_module /usr/lib/apache2/mod_mono.so
Alias /demo "/srv/www/htdocs/demo"
MonoApplications "/demo:/srv/www/htdocs/demo"
<Location /demo>
SetHandler mono
</Location>
(In the mod_mono webpage it specifies AddMonoApplications as a valid
directive, but apache2 objects to it on startup)
/srv/www/htdocs/demo has the contents of /usr/share/doc/xsp/test
Neale