[Mono-list] mod_mono

Osmany Guirola Cruz osmany.guirola@cigb.edu.cu
Fri, 4 Jun 2004 17:27:10 -0400


I do this and works (asp example)

Alias /mono "/srv/www/htdocs/test"
MonoApplications "/mono:/srv/www/htdocs/test"
<Directory /srv/www/htdocs/test>
 SetHandler mono
 <ifModule mod_dir.c>
  DirectoryIndex index.aspx
 </ifModule>
</Directory>

But when I do this

Alias /first "/srv/www/htdocs/first"
MonoApplications "/mono:/srv/www/htdocs/first"
<Directory /srv/www/htdocs/first>
 SetHandler mono
 <ifModule mod_dir.c>
  DirectoryIndex index.aspx
 </ifModule>
</Directory>

Does not work







-----Original Message-----
From: Cory Nelson [mailto:phrosty@gmail.com]=20
Sent: Friday, June 04, 2004 5:14 PM
To: Osmany Guirola Cruz
Cc: mono-list@lists.ximian.com
Subject: Re: [Mono-list] mod_mono


follow the instructions for setting up the xsp examples, substituting
your application directory with theirs.

On Fri, 4 Jun 2004 15:48:48 -0400, Osmany Guirola Cruz
<osmany.guirola@cigb.edu.cu> wrote:
>=20
> Hi
> I have installed mono xsp mod_mono in linux, the test examples from=20
> xsp works whithout problem but now I want to make another folder to=20
> make my aspx pages and nothing happens the asp.net code does not work=20
> ,what should I do in the http.conf to create another folder put my=20
> aspx files in it whitout problem
>=20
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com=20
> http://lists.ximian.com/mailman/listinfo/mono-list
>