When I run lighttpd 1.4.10 [on Mac OS X] the socket file is called ''fcgi.socket-'', versus ''fcgi.socket-0'' that I get under 1.4.8. Further, when the FCGI daemon quits, the file does not get deleted, and I cannot restart my Rails app until I manually remove it. Can anyone confirm before I raise a bug at lighttpd.net?
Derek Chesterfield wrote:> When I run lighttpd 1.4.10 [on Mac OS X] the socket file is called > ''fcgi.socket-'', versus ''fcgi.socket-0'' that I get under 1.4.8. Further, > when the FCGI daemon quits, the file does not get deleted, and I cannot > restart my Rails app until I manually remove it. > > Can anyone confirm before I raise a bug at lighttpd.net?I got the same problem, also under OS X. What''s worse, is lighttpd 1.4.10 can''t spawn multiple FCGI socket listeners, because the second listener tries to use the same socket file name. I had to downgrade to 1.4.8, so that I can get my multiple FCGI''s back. -Brian
I had a same problem a moment ago. lighttpd would output: (mod_fastcgi.c.897) bind failed for: /Users/daesan/sites/www/lighttpd/ fcgi.socket-0 0 Address already in use After manually deleting the socket file, however, the problem went away. (The file still doesn''t get deleted, but the server starts up fine.) daesan On Feb 16, 2006, at 12:57 AM, Derek Chesterfield wrote:> When I run lighttpd 1.4.10 [on Mac OS X] the socket file is called > ''fcgi.socket-'', versus ''fcgi.socket-0'' that I get under 1.4.8. > Further, when the FCGI daemon quits, the file does not get deleted, > and I cannot restart my Rails app until I manually remove it. > > Can anyone confirm before I raise a bug at lighttpd.net? > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Yup, exactly the same problem here. -Jonathan On Feb 15, 2006, at 7:57 AM, Derek Chesterfield wrote:> When I run lighttpd 1.4.10 [on Mac OS X] the socket file is called > ''fcgi.socket-'', versus ''fcgi.socket-0'' that I get under 1.4.8. > Further, when the FCGI daemon quits, the file does not get deleted, > and I cannot restart my Rails app until I manually remove it. > > Can anyone confirm before I raise a bug at lighttpd.net? > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Thanks for confirming [and Brian and Dae]. I will raise a bug. On 15 Feb 2006, at 4:40pm, Jonathan Younger wrote:> Yup, exactly the same problem here. > > -Jonathan > > On Feb 15, 2006, at 7:57 AM, Derek Chesterfield wrote: > >> When I run lighttpd 1.4.10 [on Mac OS X] the socket file is called >> ''fcgi.socket-'', versus ''fcgi.socket-0'' that I get under 1.4.8. >> Further, when the FCGI daemon quits, the file does not get >> deleted, and I cannot restart my Rails app until I manually remove >> it. >> >> Can anyone confirm before I raise a bug at lighttpd.net?