Hi,

I download mod_mono, xsp, and mono run time rpms for
fedora core 3.  I am running this on a fedora core 4
system.  After installing and configure everything I
think I got the mono module loading correctly. 

[Wed Sep 28 13:36:02 2005] [notice] Apache configured
-- resuming normal operations
Another mod-mono-server with the same arguments is
already running.
...

I configured the test pages in xsp as the instruction
specified. 

<IfModule !mod_mono.c>
    LoadModule mono_module
/usr/lib/httpd/modules/mod_mono.so
      Alias /demo "/usr/lib/xsp/test"
      AddMonoApplications default
"/demo:/usr/lib/xsp/test"
      <Location /demo>
              SetHandler mono
      </Location>
</IfModule>

Now when I try to access the demo page, I keep on
getting 503 Service Temporarily Unavailable error. 

Is there something I did wrong?  Does the
mod-mono-server.exe make a log somewhere?  How do I
found out what went wrong?  I was able to run the same
server on the command line fine.  I am not running
with any virtual hosts or anything like that. 

Thanks for any help. 


                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to