[Mono-devel-list] mod_mono config question

Colt D. Majkrzak majkrzak at gmail.com
Mon Dec 13 14:44:17 EST 2004


Is there a way I can avoid having just one directory to put the webapp
files?  Since on the cpanel server each user basically has there own virtual
system, I'd really hate to give everyone access to a given folder to put
webapp files in, or have to have them send me there files, and put them in
by hand.  Is there anyway to say have it look through the current directory
that the asp file was called from or having multiple directories for the
webapps?  Or maybe someone has another idea how it could be setup to allow
multiple people access to insert webapp files without giving away the whole
works?

Thanks for the replies!

-----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:26 PM
To: Mono Development
Subject: RE: [Mono-devel-list] mod_mono config question

On Mon, 2004-12-13 at 01:29 -0600, Colt D. Majkrzak wrote:
> 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!

That's what MonoApplicationsConfigFile is for. There's a default value
for that that you can get in the summary after running
configure/autogen.sh:
----
* Default MonoApplicationsConfigDir
= /home/gonzalo/install/apache2/conf/mod-mono-applications
----

If you put your .webapp files there, you're all set.

-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