On Fri, 2005-11-18 at 20:23 +0100, mirek novak wrote: > I've done it, but still the same error in error.log. But something > changes - I've got no response from apache while opening test.aspx > script. Process hangs - only one forked. So I've recompiled it with > debug and this is output from error.log: [...] > [Fri Nov 18 20:11:36 2005] [warn] Host: www.mysite.net > [Fri Nov 18 20:11:36 2005] [warn] Keep-Alive: 300 > [Fri Nov 18 20:11:36 2005] [warn] User-Agent: Mozilla/5.0 (Windows; U; > Windows NT 5.1; cs; rv:1.8) Gecko/20051107 Firefox/1.5 > [Fri Nov 18 20:11:36 2005] [warn] Loop > ---- > > and still there is an "independent" error - not caused by request: > Unhandled Exception: System.IO.EndOfStreamException: Failed to read > past end of stream. > in <0x000a7> System.IO.BinaryReader:ReadByte () > in <0x00048> Mono.WebServer.ModMonoRequest:GetInitialData ()
This really looks like the problem that showed up in apache 1.3 for 1.1.10. Are you sure you're using svn? > In version of mod_mono from trunk, there is no configure script - I > compiled via autogen.sh - is it OK? Or should I rewrite only mod_mo.c > & mod_mono.h in mdo_mono-1.1.10 directory? The configure script is created running autogen.sh, as you did. So it's ok. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
