[Mono-list] Mod_mono - "Service temporarily unavailable"

Matthew Reeve matt at rangie.com
Wed Dec 14 13:24:55 EST 2005


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



More information about the Mono-list mailing list