Hi,
manel escribió:
Hi all,
I'm trying to run mod_mono on a Windows box. When I access the
http://localhost/test or http://localhost/index.aspx URL, as in
http://www.mono-project.com/Mod_mono I get a Service unavailable error
(503).
This is the http.conf mono-related configuration:
LoadModule mono_module modules/mod_mono.so
...
Alias /test "c:\Archiv~1\Mono-1.1.10.1\lib\xsp\test"
MonoApplications default "/test:c:\Archiv~1\Mono-1~1.1\lib\xsp\test"
When MonoApplications is used, ':' can't be part of the path used. So it
should be:
MonoApplications default "/test:/Archiv~1/Mono-1~1.1/lib/xsp/test"
And it will only work if apache is installed in c: otherwise you need to
use the other possible ways of configuring apps.
Regards,
--
Angel Marin
http://anmar.eu.org/
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list