[Mono-list] Apache 2.2 / mod_mono / SuSE 10.1 results in a 500 error.

Bo Rosenquist rosenqvist9 at telia.com
Tue Jul 25 06:03:22 EDT 2006


Hi, first time poster.
(Linux newbie, long time IIS/Asp.Net user) 

I am trying to run mod_mono 1.1.16 and Apache 2.2 on a Suse 10.1 box,
but with no luck.


The browser, just asking for an aspx page, reports a 500 error:

"The server encountered an internal error and was unable to complete
your request. Either the server is overloaded or there was an error in a
CGI script."



LogLevel of Apache is set to debug, but doesn't result in much info in
the error_log:

[Tue Jul 25 11:24:26 2006] [notice] Apache/2.2.0 (Linux/SUSE) configured
-- resuming normal operations
[Tue Jul 25 11:24:26 2006] [info] Server built: May  2 2006 08:47:14
[Tue Jul 25 11:24:26 2006] [debug] prefork.c(991): AcceptMutex: sysvsem
(default: sysvsem)
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.



An entry (demo.conf) in /etc/apache/vhosts.d points out the test
application:

Alias /demo "/usr/lib/xsp/test"
AddMonoApplications demo "/demo:/usr/lib/xsp/test"
<Location /demo>
SetHandler mono
Allow from all
</Location>


I have tried the package of mod_mono from
http://www.go-mono.com/download-latest/suse-101-i586/ and also compiled
from source from svn.


Any pointers on how to find out what is going wrong are appreciated.

Thanks.



More information about the Mono-list mailing list