[Mono-list] Getting ASP .NET Apache module to work with 1.3.29

Robert Geller robert@worksofmagic.com
Wed, 28 Apr 2004 05:40:28 -0700


Hmm, so I should just follow the documentation for compilation of 
Mono, and mod-mono? Is there any better tutorial for getting mod_mono 
to work from start to finish? As I said, it seems like the mono 
documentation is a bit out of date.

> Hello Robert,
> 
> > -----Original Message-----
> > From: mono-list-admin@lists.ximian.com [mailto:mono-list-
admin@lists.ximian.com] On Behalf Of Robert Geller
> > Sent: Tuesday, April 27, 2004 11:40 PM
> > 
> > Is there ANY way at all I could get the ASP .NET module to work 
with Apache 1.3.29?
> 
> I have it running with Apache 1.3.27 and a CVS version of 
> last week. mod_mono recognizes the Apache version during 
> compilation.
> 
> My http.conf entries look like:
> 
> LoadModule mono_module /usr/lib/apache/mod_mono.so
> MonoRunXSP True
> MonoExecutablePath /usr/local/bin/mono
> MonoServerPath /usr/local/bin/mod-mono-server.exe
> MonoApplications "/xsptest:/usr/local/share/xsp/doc/test"
> 
> Alias /xsptest "/usr/local/share/xsp/doc/test"
> <Directory "/usr/local/share/xsp/doc/test">
>         SetHandler mono
>         <IfModule mod_dir.c>
>              DirectoryIndex index.aspx
>         </IfModule>
> 
>         Order allow,deny
>         Allow from all
> </Directory>
> 
> 
> HTH,
> Joerg.
> 
> 

--Robert Geller
Creative Director
Works of Magic Productions
3403 St. Pauls
Fairfax, VA 22031
703.279.1637
Fax: 703.279.1607