hi thanks for reading I am looking for help: in the apache logs I get "Failed to connect to mod-mono-server after several attempts to spawn the process."
and at http://localhost/test/index.asp I get a 503 error and I was wondering if anyone could help, if it helps at this stage let me tell you I am running centos 6.3 but since we need .net 1.1 compatibility so I have installed mono 2.6.7 mod_mono-2.6.3 and xsp-2.6.5 now. if I "# cd /usr/local/bin/ifolder/ && ls -l" I get drwxr-xr-x. 2 apache apache 4096 Sep 21 11:58 bin drwxr-xr-x. 3 apache apache 4096 Sep 21 11:49 etc drwxr-xr-x. 3 apache apache 4096 Sep 21 11:48 include drwxr-xr-x. 7 apache apache 4096 Sep 21 11:58 lib drwxr-xr-x. 7 apache apache 4096 Sep 21 11:49 share when I tail tail -n 50 /var/log/httpd/error_log I get ... [Fri Sep 21 12:59:22 2012] [notice] Apache/2.2.15 (Unix) DAV/2 mod_mono/2.6.3 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Fri Sep 21 12:59:32 2012] [error] Failed to connect to mod-mono-server after several attempts to spawn the process. and this is my /etc/httpd/conf.d/mono.conf LoadModule mono_module /usr/lib64/httpd/modules/mod_mono.so MonoPath default "/usr/local/bin/ifolder/bin/" MonoServerPath /usr/local/bin/ifolder/bin/mod-mono-server Alias /test "/usr/local/bin/ifolder/share/doc/xsp/test" AddMonoApplications default "/test:/usr/local/bin/ifolder/lib/xsp/test" <Location /test> SetHandler mono </Location> so I think the problem lies in my paths and my declarations in mono.conf but I am stuck and have run out of ideas of what it wants me to do.. can you help? -- View this message in context: http://mono.1490590.n4.nabble.com/Failed-to-connect-to-mod-mono-server-after-several-attempts-to-spawn-the-process-tp4656719.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
