[Mono-list] Getting ASP .NET Apache module to work with 1.3.29
Jörg Rosenkranz
joergr@voelcker.com
Wed, 28 Apr 2004 09:46:02 +0200
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.