Thank you very much, that got me one step closer. Unfortunately lighttpd now gives me the following errors when invoking the script:
===OUTPUT======================================================================================= 2007-11-02 11:19:34: (mod_fastcgi.c.1992) unexpected end-of-file (perhaps the fastcgi process died): pid: 5700 fcgi-fd: 7 remote-fd: 6 2007-11-02 11:19:34: (mod_fastcgi.c.2866) response not sent, request sent: 904 connection-fd: 6 fcgi-fd: 7 ===/ OUTPUT======================================================================================= This is with lighttpd version 1.4.3. On Nov 2, 12:25 am, "Aaron Swartz" <[EMAIL PROTECTED]> wrote: > > "nasMaster.pl" => > > (( "socket" => "/tmp/lighttpd.fcgi.socket", > > "check-local" => "disable", > > )), > > > "/code.py" => > > (( "socket" => "/tmp/lighttpd.fcgi.socket", > > socket has to be different every time you use it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
