Hi guys, I didn't see a response to this and simply wondered whether this was because it didn't get through, no-one knew the answer or whether this is such a newbie question that no-one wants to answer it. If so, can someone point me to a url where I can find the answer?
Many thanks in advance Matt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Reeve Sent: 14 December 2005 18:25 To: [email protected] Subject: [Mono-list] Mod_mono - "Service temporarily unavailable" First of all, thanks to all that have put so much effort into the various aspects of the mono project - it's really matured since I last looked in and I'm hoping to make use of it for a number of projects I am currently working on. When I try and retrieve http://10.32.2.26/test/index.aspx - appropriate entries appear in the access log, and no entries appear in the error log (log level set to debug). The page returns "Service Temporarily Unavailable. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." The box was recently built a Fedora Core 3 box to mirror my production server which is using FC3. The box is fully updated using yum and has also installed mono the same way. The mono.repo file I am using contains :- [mono-1.1] name=Mono 1.1 for fedora-$releasever-$basearch baseurl=http://go-mono.com/download/mono-1.1/fedora-$releasever-$basearch/ enabled=1 gpgcheck=0 [gtk-sharp-1.0] name=Gtk# 1.0 for fedora-$releasever-$basearch baseurl=http://go-mono.com/download/gtk-sharp/fedora-$releasever-$basearch/ enabled=1 [gtk-sharp-2.0] name=Gtk# 2.0 for fedora-$releasever-$basearch baseurl=http://go-mono.com/download/gtk-sharp-2.0/fedora-$releasever-$basear ch/ enabled=1 Following the instructions at http://www.mono-project.com/Mod_mono I added the following to my httpd.conf : Alias /test "/usr/lib/xsp/test" AddMonoApplications test "/test:/usr/lib/xsp/test" <Location /test> MonoSetServerAlias test SetHandler mono </Location> Versions :- mod_mono-1.1.10.1-0.fedora3.novell.i386.rpm mono-core-1.1.10.1-0.novell.i586.rpm mono-data-1.1.10.1-0.novell.i586.rpm mono-web-1.1.10.1-0.novell.i586.rpm xsp-1.1.10.1-0.novell.noarch.rpm I have googled extensively, but my symptoms don't seem to match what others have reported. I have changed /tmp to be owned by apache (the user httpd runs as). I'm getting no errors in the apache error log, and can't find mention of a mod-mono specific log. /var/log/messages doesn't have anything in it either. Can anyone suggest what I can try next? Many thanks in advance, Matt _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
