Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Sergey Lobko-Lobanovsky
Dan reports this happens both in 2.8.1 and in 2.10.1 I checked only in 2.8.1 On Tue, Mar 29, 2011 at 6:44 AM, Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: On Tue, 2011-03-29 at 00:44 +0300, Sergey Lobko-Lobanovsky wrote: Looks like someone will have to look into

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Dan
Do you happen to know which commit potentially fixes this issue, so that we could take a look. Thanks, Dan Gonzalo Paniagua Javier-3 wrote: On Tue, 2011-03-29 at 00:44 +0300, Sergey Lobko-Lobanovsky wrote: gt; Looks like someone will have to look into gt;

Re: [Mono-aspnet-list] Problems configuring apache2 + mono

2011-03-29 Thread Daniel J. Summers
On Tue, Mar 29, 2011 at 11:16 AM, Francisco M. Marzoa Alonso franci...@marzoa.com wrote: I get the following message on /var/log/apache2/error.log Failed to connect to mod-mono-server after several attempts to spawn the process. But when I create a mono aplication on /etc/mono-server2/

Re: [Mono-aspnet-list] Problems configuring apache2 + mono

2011-03-29 Thread Francisco M. Marzoa Alonso
News on this: I've tried changing mono configuration file to: IfModule mod_mono.c AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx DirectoryIndex index.aspx MonoAutoApplication enabled MonoServerPath /usr/bin/mod-mono-server2 /IfModule

[Mono-aspnet-list] [SOLVED] Re: Problems configuring apache2 + mono

2011-03-29 Thread Francisco M. Marzoa Alonso
Hello, I'm not still sure what's wrong before, but the fact is that I've solved my problems just generating a new virtual host configuration file with this nice online application from mono guys: http://go-mono.com/config-mod-mono/ My hello world is working fine now. :-) Thanks,

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Marek Habersack
On Tue, 29 Mar 2011 11:32:11 -0400 Gonzalo Paniagua Javier gonzalo.m...@gmail.com wrote: On Tue, 2011-03-29 at 03:42 -0700, Dan wrote: Do you happen to know which commit potentially fixes this issue, so that we could take a look. I'll let Marek fill in the details. The

[Mono-aspnet-list] Bug in System.Web.dll

2011-03-29 Thread H .
I have reported Bug #579837 in Mono's ASP.NET implementation more than a year ago. The basic problem is, that it is currently impossible to correctly set/ write authorization rules programmatically. The bug has been fixed partly a few month ago. I have reported Bug #658184 at 2010-12-08. All

Re: [Mono-aspnet-list] issues with intermittent apache hangups

2011-03-29 Thread Dan
We are in the process of trying to build a test case that will reliably trigger the bug! But considering that the system we're developing can sometimes run continuously for days without this issue occurring, finding the exact cause is likely to be very difficult. Marek Habersack wrote: The

Re: [Mono-aspnet-list] MVC 3 App Cannot Find Template

2011-03-29 Thread Daniel J. Summers
On Mon, Mar 14, 2011 at 5:33 AM, Daniel J. Summers daniel.summers.2...@gmail.com wrote: But, when it tries to render the home page, the following error occurs: System.InvalidOperationException: The view 'Index' or its master was not found or no view engine supports the searched locations.