El jue, 20-05-2004 a las 14:50, Artur Brodowski escribi�: > I've seen this problem was posted already on the list, but there were > no solutions. > When I run xsp by itself it works fine, but Apache/mod_mono doesn't, > I'm getting 503 - Service Temporarily Unavailable, and message from > the subject in apache error-log. > I use latest beta1 runtime, xsp and mod_mono are compiled form cvs. > Anyone knows, what might be the reason of such behaviour?
Yes. mod_mono tries to launch mod-mono-server and then waits for 3 seconds while trying to connect to the unix socket file. If it can't connect after those 3 seconds, that message is output to the error_log file. May be you have a slow machine and should increase that time? (line 792 of current mod_mono CVS). -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
