[Mono-list] mon_mono howto guide?

Simon J sjen5@bigpond.com
Fri, 19 Nov 2004 19:24:53 +1100


Here is some info if it helps.

Im running FC2, mono1.0.4, and xsp. I didn't need to do anything special to
get mono running through apache.  Ie. No compiling from source or any of
that, just used yum and installed mono-complete from memory.   Unfortunately
I cannot remember the exact process I went through, but I can provide you
with sections from a working httpd.conf file for my server which has
multiple mono apps running


MonoApplications "/test:/opt/xsp/test,/nGallery:/opt/xsp/nGalleryWeb"

<Location /test>
        SetHandler mono
        AuthType Basic
        AuthName "blah"
        AuthUserFile /var/www/passwords_blah
        Require user blah
        SSLRequireSSL
</Location>
<Location /nGallery>
        SetHandler mono
</Location>

Hope that is of some help.

Simon


-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Darren Martz
Sent: Thursday, 18 November 2004 8:39 AM
To: mono-list@lists.ximian.com
Subject: RE: [Mono-list] mon_mono howto guide?

Thanks Gonzalo!

I have never seen that file before. Thanks for pointing it out, it has loads
of good information inside. 

Perhaps it can be added to the mono-project.com web site so it's easier to
find. I use Gentoo and it didn't seem to provide that INSTALL file you
referenced.

Cheers,
Darren

-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Gonzalo Paniagua
Javier
Sent: Wednesday, November 17, 2004 1:27 PM
To: mono-list@lists.ximian.com
Subject: Re: [Mono-list] mon_mono howto guide?

1) is covered in the mod_mono INSTALL file that should be shipped with the
mod_mono package (it's in SVN
http://svn.myrealbox.com/viewcvs/trunk/mod_mono/INSTALL?view=markup)

2) and 3) don't have examples in that file, but it's really easy once you do
1).

Good luck. And if you get into troubles, ask here or search the list
archive.


-Gonzalo


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list