[Mono-list] ASP.NET on Linux: apache, mono, xsp, mod_mono

Neil Zanella Neil Zanella <nzanella@gmail.com>
Mon, 24 Jan 2005 15:36:05 -0700


Hello,

I am trying to deploy ASP.NET applications from Fedora Core 3 Linux.
I have installed mono, xsp, and mod_mono on top of Fedora Core 3 Linux with
apache 2.0.52. I follow all the instructions, and then add the following lines:

            Alias /demo "/usr/share/doc/xsp/test"
            MonoApplications "/demo:/usr/share/doc/xsp/test"

            <Location /demo>
                  SetHandler mono
            </Location>

to the file /etc/httpd/conf/httpd.conf. The problem is that when I
restart Apache it
complains about the MonoApplications line (which in fact my vim text
editor never
recognized as an Apache directive and hence never syntax highlighted it):

# /etc/init.d/httpd start
Starting httpd: Syntax error on line 1025 of /etc/httpd/conf/httpd.conf:
Invalid command 'MonoApplications', perhaps mis-spelled or defined by
a module not included in the server configuration
                                                           [FAILED]

Anyone know how I can fix this problem? I am simply trying to run
ASP.NET applications
from within Linux a I prefer developing from Linux than from Win XP
Pro (it feels faster).

Thanks!!

Neil