[Mono-list] XSP 0.10 and mod_mono 0.8 released.

Gonzalo Paniagua Javier gonzalo@ximian.com
Wed, 21 Apr 2004 13:17:25 +0200


El mié, 21-04-2004 a las 12:59, Gonzalo Paniagua Javier escribió:
> El mié, 21-04-2004 a las 12:42, Gustav Schauwecker escribió:
> > On Wednesday 21 April 2004 12:25, Gonzalo Paniagua Javier wrote:
> > >
> > > Did you read the INSTALL file and the configuration samples and updated
> > > your apache configuration?
> > >
> > > -Gonzalo
> > >
> > 
> > Yes I have read the INSTALL file. My httpd.conf includes:
> > 
> > LoadModule mono_module modules/libmod_mono.so
> > Alias /mono "/usr/share/doc/xsp/test"
> > MonoApplications "/mono:/usr/share/doc/xsp/test,/:/opt/www/gobino.vaio/
> > htdocs,/services:/opt/www/gobino.vaio/htdocs/services,/serv:/opt/www/
> > fancymoney.gustl/serv,/asp-fmo:/opt/www/fancymoney.gustl/asp-fmo"
> > <Location /mono>
> >               SetHandler mono
> > </Location>
> > 
> > This is apache 2.0.45 by the way. The sample web services and my own web 
> > services worked fine with xsp-0.9/mod_mono-0.7
> > I also changed MonoApplications to "/mono:/usr/share/doc/xsp/test" for 
> > testing, but that did not change anything.
> 
> Oh! I can reproduce it now. Fixing...

Can you please download
http://primates.ximian.com/~gonzalo/tmp/xsp-0.10.99.tar.gz and try it
out?

-Gonzalo