[Mono-list] mod_mono 1.1.18

Ken Swift swiftk77 at gmail.com
Sun Oct 29 16:25:31 EST 2006


Hello - I previously had mod_mono 1.1.11working on my Redhat server,
but then I upgraded to the latest stable release 1.1.18, but can't
seem to get Apache to work completely.  I did verify that running xsp
independently works fine.  I did test that the mono applications that
I have configured in mod_mono.conf are working when I access them from
localhost:

http://localhost/<application>

Here is a snapshot of my mod_mono.conf:

LoadModule mono_module /usr/local/apache/libexec/mod_mono.so

Alias /demo "/usr/local/share/doc/xsp/text"
Alias /EventWeb "/home/ken/www/EventWeb"
Alias /testmono "/home/ken/www/testmono"

AddMonoApplications default "/demo:/usr/local/share/doc/xsp/test"
AddMonoApplications default "/EventWeb:/home/ken/www/EventWeb"
AddMonoApplications default "/testmono:/home/ken/www/testmono"

<Location /demo>
    SetHandler mono
</Location>

<Location /EventWeb>
    SetHandler mono
</Location>

<Location /testmono>
    AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
</Location>

I think that the problem has to do with apache more than mod_mono, but
have tried just about everything that I can think of.  I should say
that I have a few virtual hosts, do I need to add anything to them to
handle mono requests?

Thanks -- Ken

-- 
Ken Swift
ken at netoutlook.com


More information about the Mono-list mailing list