Re: fastcgi + lighttpd
Martijn Grendelman <martijn-FwI+/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >I'm trying to install a non-root lighttpd server with mod_fastcgi >support. > >I'm also not sure that this is the best list to post to, but I'm >hopeful. > >Things almost work. > >2006-12-12 09:46:05: (mod_fastcgi.c.1739) connect failed: Connection >refused on unix:/tmp/fcgi.socket >2006-12-12 09:46:05: (mod_fastcgi.c.2851) backend died, we disable it for >a 5 seconds and send the request to another backend instead: reconnects: >0 load: 1 >2006-12-12 09:46:05: (mod_fastcgi.c.2571) proc: unix:/tmp/fcgi.socket 4 0 >0 0 >2006-12-12 09:46:05: (mod_fastcgi.c.1564) release proc for reconnect: 0 >unix:/tmp/fcgi.socket > > >Under lighttpd.conf I have it set up as: >fastcgi.debug = 1 >fastcgi.server = ( ".fcgi" => > ("localhost" => ( > "socket" => "/tmp/fcgi.socket", > "min-procs" => 1, > "max-procs" => 4, > "idle-timeout" => 60, > )) >) > >variations of host/port/socket/bin-path don't get me much. > > >Anyone have experience with mod_fastcgi & lighttpd? >___________________________________ > > Loads of people on the Lighttpd mailinglist have... A subscription link and a link to the archives are on http://lighttpd.net/documentation/. You might also want to see the FAQ, 'cause I'd be very surprised if your answer is not in there. Regards, Martijn. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/