[Mono-devel-list] mod_mono config question

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Dec 13 13:25:43 EST 2004


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





More information about the Mono-devel-list mailing list