mod_mono 'Service Temporarily Unavailable' issue
- by Charlie Somerville
I've deployed an ASP.NET web application on a Linux (Debian) server running Apache 2.2 and mod_mono 1.9
It's working well, however Mono occasionally segfaults and uses the entire CPU which causes the website to stop working and display 'Service Temporarily Unavailable'
Killing mono fixes it, but obviously this isn't a good solution.
I tailed the…