I did some more testing and find out that the issue is not limited to ruby on rails.
I tried to install drupal with php (fastcgi) and that is what I got: # cherokee -C /etc/cherokee/cherokee.conf Cherokee Web Server 1.0.8 (Aug 19 2010): Listening on ports ALL:80, ALL:443(TLS), with TLS support via libssl, IPv6 enabled, using epoll, 4096 fds system limit, max. 2041 connections, caching I/O, 5 threads, 408 connections per thread, standard scheduling policy [accesing page with browser] Segmentation fault Doing the command manual: su www-data $ /usr/bin/php-cgi -b 127.0.0.1:47990 works as expected. This time spawn-fcgi is not used as I far as I can see. Also this time, cherokee is crashing completely. I guess it has to do something with the way cherokee starts the interpreter. Any thoughts? 2010/10/28 Kev <[email protected]>: > Hi Juan, > > thank you very much for your fast answer. > > Sorry, that I forgot to mention, that I've already checked this thread. > > It seems to be a different error than I have despite that we have the > same versions of spawn-fcgi. > In my case it makes no difference if I enable or disable error logging. > (just the >>main.c:453 - (warning) Couldn't open '' for writing..<< > lines dissappear). > Also he seems to have some moinmoin specific issues ("WARNING > MoinMoin.log:120 using logging configuration read from built-in > fallback in MoinMoin.log module!") > He also get no signal=11 messages. > > Kind regards, > > Kev > > > > 2010/10/28 Juan J. <[email protected]>: >>> [...] >>> >>> Some background infos about my system: >>> * debian squeeze on armv5tel >>> * redmine, ruby, cherokee, fastcgi from debian repo >>> * cherokee_1.0.8-1 >>> * spawn-fcgi_1.6.3-1 >>> * ruby1.8_1.8.7.302-2 >>> * redmine_1.0.1-1 >>> >>> I would be very happy about any idea or hint :)! >> >> Hello, >> >> Check this message: >> >> http://lists.octality.com/pipermail/cherokee/2010-October/013551.html >> >> Seems it may be a problem with spawn-fcgi package (the referred thread >> it's about Lenny with thesting repos). >> >> Check the thread too, although I don't remember any specific workaround. >> >> Kind regards, >> >> Juanjo >> >> >> >> > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
