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

Bo Rosenquist rosenqvist9 at telia.com
Tue Jul 25 09:35:08 EDT 2006


Some more info:

Recompiled mod_mono with via ./configure --enable-debug ...

Now, in the error_log I got: 
Another mod-mono-server with the same arguments is already running.
[Tue Jul 25 15:29:28 2006] [warn] handler: mono
[Tue Jul 25 15:29:28 2006] [warn] config = -2146737504
[Tue Jul 25 15:29:28 2006] [warn] dir_config = -2146737280
[Tue Jul 25 15:29:28 2006] [warn] idx = -1
[Tue Jul 25 15:29:28 2006] [warn] Alias not found. Checking for
auto-applications.
[Tue Jul 25 15:29:28 2006] [warn] Global config not found. Finishing
request.

At the last entry, 'mono_execute_request' in mod_mono.c returns a
HTTP_INTERNAL_SERVER_ERROR.

What am I missing?
Why cant mod_mono find the configuration? 
What configuration is it looking for?

Thanks for any help.

 

On Tue, 2006-07-25 at 12:03 +0200, Bo Rosenquist wrote:
> 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.
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list