[Mono-list] mod_mono No application found for error

devel@muhlesteins.com devel@muhlesteins.com
Wed, 08 Dec 2004 11:13:56 -0700


Being a complete newbe to C#, mono, etc.. I may be totally wrong,
but I just set up mod_mono and I had the same issue.
I forgot to add the MonoApplications Directive:

MonoApplications "[path on server]:[path on disk]"
<Directory ....>
......
......
</Directory>

Works for me, but I not doing virtual user directories.

Jonas Geiregat wrote:

>I've setup apache2 to use mod_mono
>here's a part of my config file:
>
>    205 <Directory /home/*/pubwww>
>    206         SetHandler mono
>    207         Options +Indexes
>    208         Allow from all
>    209 </Directory>
>
>I get the following error in error_log:
>
>[Wed Dec 08 18:52:22 2004] [notice] Apache/2.0.52 (Gentoo/Linux)
>PHP/4.3.9 mod_mono/1.0.4 configured -- resuming normal operations
>[Wed Dec 08 18:52:24 2004] [error] No application found
>for /~jonas/test.aspx
>  
>