[Mono-list] Have to kill mono app to restart web server

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Nov 4 12:55:03 EST 2005


On Fri, 2005-11-04 at 10:47 +1100, Hamish Murphy wrote:
> Hi,
>  
> I have mod_mono running on a production server and one of my mono
> applications fell over. I have to kill the mod_mono process in order
> to restart Apache so the website works again. So I checked out my
> error log (attached to the bottom of this e-mail). Has the "URI too
> long" caused the "Permission Denied"? Is this what's causing my
> application to crash? Or is it because my application just has a bug?
> Any help would be greatly appreciated.
>  
> Regards,
>  
> Camel
>  
> [Sun Oct 30 04:02:14 2005] [notice] Digest: generating secret for
> digest authentication ...
> [Sun Oct 30 04:02:14 2005] [notice] Digest: done
> [Sun Oct 30 04:02:14 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
> [Sun Oct 30 04:02:14 2005] [notice] LDAP: SSL support unavailable
> [Sun Oct 30 04:02:14 2005] [notice] mod_python: Creating 4 session
> mutexes based on 256 max processes and 0 max threads.
> [Sun Oct 30 04:02:15 2005] [notice] Apache/2.0.52 (Fedora) 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.

This messages are not harmful. I might remove those.

[...]
> [Wed Nov 02 13:47:40 2005] [error] [client 84.54.18.181] request
> failed: URI too long (longer than 8190)

This has nothing to do with mod_mono.
[...]


> [Thu Nov 03 20:41:07 2005] [error] mod_mono: connect error (Permission
> denied). File: /usr/bin/mono

And this means that /usr/bin/mono is not executable by the user running apache.

-Gonzalo




More information about the Mono-list mailing list