fastcgi + lighttpd

<[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
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?
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.