On Nov 9, 7:26 am, cyberco <[EMAIL PROTECTED]> wrote:> Based on: > "connect() to fastcgi failed, restarting the request-handling: 0 /tmp/ > lighttpd.code.1.fcgi.socket-0" > it looks as if fastcgi is not available, but I'm too new to lighttpd > to judge this.
It looks like your web.py process isn't starting or is dying. In your FastCGI config remove the "bin-path" and "socket" options, add "host" => "127.0.0.1" and a "port" => "8080" (or something of your choosing) and manually start web.py using "./code.py fcgi 8080" or similar on a shell and see what it's saying. Sam. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
