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] config = 10722024 [Fri Nov 18 20:11:36 2005] [warn] dir_config = 10724592 [Fri Nov 18 20:11:36 2005] [warn] idx = -1 [Fri Nov 18 20:11:36 2005] [warn] Alias not found. Checking for auto-applications. [Fri Nov 18 20:11:36 2005] [warn] Socket file name /tmp/mod_mono_server_global [Fri Nov 18 20:11:36 2005] [warn] try_connect: 0 [Fri Nov 18 20:11:36 2005] [warn] After setup_socket [Fri Nov 18 20:11:36 2005] [warn] Sending init data [Fri Nov 18 20:11:36 2005] [warn] Send init1 [Fri Nov 18 20:11:36 2005] [warn] Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 [Fri Nov 18 20:11:36 2005] [warn] Accept-Charset: windows-1250,utf-8;q=0.7,*;q=0.7 [Fri Nov 18 20:11:36 2005] [warn] Accept-Encoding: gzip,deflate [Fri Nov 18 20:11:36 2005] [warn] Accept-Language: cs,en-us;q=0.7,en;q=0.3 [Fri Nov 18 20:11:36 2005] [warn] Cache-Control: max-age=0 [Fri Nov 18 20:11:36 2005] [warn] Connection: keep-alive [Fri Nov 18 20:11:36 2005] [warn] Cookie: __utmz=190189620.1132139320.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=190189620.17548 [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 () 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? Cannot mod_mono collide with php statically linked with Apache? > mod_mono from svn works fine with apache 1.3. When i fixed the problem, > I just downloaded apache 1.3 sources, compiled and installed them. Then > used compiled mod_mono using --with-apxs=blah, where blah was the path > to 'apxs', then added Include conf/mod_mono.conf and everything worked > as expected. > > -Gonzalo > > > -- Mirek _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
