Hi greg, The apache log you posted is missing all the [debug] info so either you're not using the debug mod_mono.so or you must increase debug level on apache command line args (or config file).
Once you get all the [debug] messages you should get there the exact command mod_mono is using to launch mod-mono-server, executing that manually on a command prompt (replacing the double \\ and / with single \) should give a hint on why mod-mono-server is dying upon start. gsvi wrote: > Hello Angel, > > Thank you for replying. Yes I did replace the binaries with the files in the > zip from the link you included. Please let me know if you can think of > anything else. > > Greg > > > Angel Marin-2 wrote: >> gsvi wrote: >>> Hello, >>> >>> I am struggling trying to get mod_mono to work with a windows 2003 >>> environment. I was wondering if someone could post a sample conf file >>> for >>> the windows version of mod_mono. Additionally, if anyone could point out >>> what seems to be my problem, I would greatly appreciate the help. I have >>> included my conf file and log file at the bottom of the post. >>> >>> I am using mod 1.9 and able to get xsp2 server to load up the samples >>> without any problem. >>> >>> I need to launch the mod_mono-server2 because I have asp.net 2.0 >>> application >>> that I would like to test out on windows. >>> >>> I have installed apache 2.2.3 and downloaded the mod_mono.so from >>> http://anmar.eu.org/mono/mod_mono/. I am using the latest version with >>> debug >>> turned on to help me diagnosis the problem. >>> >>> I am running the apache server from the console and not a windows >>> service. >>> >>> When i attempt to hit the index2.aspx page, three command windows open >>> and >>> close so I think it is trying to start the mod-mono-server2.exe process. >>> In >>> the temp directory, it appears to be creating the temp files for the >>> sockets >>> so I know the os permissions are correct. >>> >>> However when the page loads, I get the 503 Service Temporarily >>> Unavailable >>> message. >>> >>> Any help would be appreciated, >> Have you replaced mod-mono-server binaries with a post-1.9 build[1]? >> mono 1.9 shipped with a broken mod-mono-server that didn't work over tcp >> [2]. >> >> [1] http://anmar.eu.org/mono/mod_mono/files/xsp-r98570.zip >> [2] https://bugzilla.novell.com/show_bug.cgi?id=372220 >> -- >> Angel Marin >> http://anmar.eu.org/ >> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> > -- Angel Marin http://anmar.eu.org/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
