well.
I have found a little error in my lighttpd.conf (the bin-path was wrong)
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" =>
"/var/www/tmp/php-fastcgi.socket",
"bin-path" => "/usr/local/bin/php-fastcgi"
)
)
)
now it's ok, but it remains a problem...
when I try to load a webpage, I get "No input file specified".
I have changed my php.ini but it's not enough...
An other idea ?
Regards.
2010/7/10 Matthew Weigel <unique@idempot.net>: