Things work fine when running standalone (from the commandline). When running within a freshly started lighttpd with the conf file from above I get:
===OUTPUT=============== 2007-11-03 23:25:26: (log.c.73) server started 2007-11-03 23:25:40: (mod_fastcgi.c.1992) unexpected end-of-file (perhaps the fastcgi process died): pid: 13701 fcgi-fd: 7 remote-fd: 6 2007-11-03 23:25:40: (mod_fastcgi.c.2866) response not sent, request sent: 860 connection-fd: 6 fcgi-fd: 7 ===/OUTPUT=============== The scripts are executable, not in a directory that is symbolically linked and have '#!/usr/local/bin/python' as their first line. On Nov 3, 4:19 am, "Aaron Swartz" <[EMAIL PROTECTED]> wrote: > Make sure code.py is chmod +x and starts with a #!/usr/bin/python (or > equivalent) line. Then try running ./code.py from the command line. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
