[Mono-list] XSP 0.10 and mod_mono 0.8 released.
Gustav Schauwecker
gustav-w-s@online.de
Wed, 21 Apr 2004 12:42:40 +0200
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.
Gustl