It took me a while to get fastcgi working with php. To get php working through fastcgi, in /etc/lighttpd.conf the fastcgi.server section must include : "bin-path" => "/usr/bin/php-cgi" Can you include this line in lighttpd-1.3.11-gentoo.diff so other people get it working quickly ? Reproducible: Always Steps to Reproduce: 1. 2. 3.
Actually it should be in the -php patch, not the -gentoo patch. I've added an updated php patch, lighttpd-1.3.13-php.diff, that everything >=1.3.13-r1 now uses. Thanks for the report.