I'm taking a class that deals with C# and ASP.NET, and I'm trying to get mod_mono running under Apache so I can work from home. The Mono Frameworks install great, but it's getting XSP and mod_mono installed that is giving me a bunch of problems. I used Darwinports to install these two, but I've been getting 503 Service unavailable errors when trying to view anything through Apache. The error seems to be related to this showing in the Apache log file:
cannot open assembly /usr/local/bin/mod-mono-server
[Mon Feb 21 14:14:23 2005] [error] (2)No such file or directory: Failed connecting. No such file or directory
[Mon Feb 21 14:14:24 2005] [error] [client 127.0.0.1] File does not exist: /Library/WebServer/Documents/favicon.ico
I'm not an Apache expert, so I don't know if the second line is relating to the third, which I think it must be since /usr/local/bin/mono-mod-server DOES exist.
So has anyone been able to get mod_mono running?
Thanks