Checkout the documentation at http://www.gotmono.net/documentation/mod-mono-howto.html
It is a great walk through on setting up apache+mod_mono from start to finish. I think everything your looking for will be explained there. - Jesse Pasichnyk -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Zanella Sent: Monday, January 24, 2005 7:50 PM To: [email protected] Subject: Re: [Mono-list] ASP.NET on Linux: apache, mono, xsp, mod_mono Thank you for your reply, but how do I make it load into apache? Thanks, Neil On Mon, 24 Jan 2005 15:44:33 -0700, Jesse Pasichnyk <[EMAIL PROTECTED]> wrote: > Looks as if your mod_mono isn't being loaded into apache. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Neil Zanella > Sent: Monday, January 24, 2005 3:36 PM > To: Mono List > Subject: [Mono-list] ASP.NET on Linux: apache, mono, xsp, mod_mono > > 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 > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- Neil Zanella [EMAIL PROTECTED] (780)-437-9326 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
