Hi guys.
I'm following recipe from
http://webpy.org/cookbook/fastcgi-lighttpd but it just don't work.
Lighttp log gives me these messages:
2012-07-06 10:33:36: (mod_fastcgi.c.1103) the fastcgi-backend /home/tomas/Dropbox/projetos/synergie/serve.py failed to start:
2012-07-06 10:33:36: (mod_fastcgi.c.1107) child exited with status 13 /home/tomas/Dropbox/projetos/synergie/serve.py
2012-07-06 10:33:36: (mod_fastcgi.c.1110) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2012-07-06 10:33:36: (mod_fastcgi.c.1397) [ERROR]: spawning fcgi failed.
2012-07-06 10:33:36: (server.c.964) Configuration of plugins failed. Going down.
Can someone help me?
Thanks.