[Mono-devel-list] mod_mono config question

Colt D. Majkrzak majkrzak at gmail.com
Mon Dec 13 02:29:28 EST 2004


I went ahead and added the AddHandler line into the apache config and its
pushing the correct files to xsp, but I'm running into a problem.

I'm receiving the message:

[Mon Dec 13 01:14:06 2004] [error] (2)No such file or directory: Not running
mod-mono-server.exe because no MonoApplications, MonoApplicationsConfigFile
or MonoApplicationConfigDir specified.

Which im assuming is because I've only got a handler line now.  As I said
before im trying to get this to run on a cpanel box where each user is
virtual in apache, etc, is it possible for the config files to be on a per
directory basis, this way the end user could just drop the config file into
the folder with the other asp source, instead of say contacting me to update
a master config file?  Thanks again for the input!

-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of Gonzalo
Paniagua Javier
Sent: Monday, December 13, 2004 12:41 AM
To: Mono Development
Subject: Re: [Mono-devel-list] mod_mono config question

On Sun, 2004-12-12 at 20:58 -0600, Colt D. Majkrzak wrote:
Hello all, after a few rounds of attempting to get mod_mono installed
and working correctly with Apache 1.3, I finally got it.  I'd like to
use it on my CPanel server, and I'm not exactly sure how I'd configure
it in apache to only process the asp files in the xsp server.  I'm
thinking that if each account had a directory epically for asp.net files
this way not all files would need to be thrown threw the xsp server?
And how would I set it up to allow that on each domain on the box? Path
structure is /home/username/public_html for the box (RH enterprise,
cpanel).  Any help is appreciated.  Thanks!
-------------

You can do the 'SetHandler mono' only for a certain directory or you can
use AddHandler mono .aspx .dll .ascx .ashx .asax .config .asmx ...

-Gonzalo



_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list