[OE-core] [PATCH] lighttpd: fix FastCGI configuration for PHP

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Mon Jun 25 11:37:41 UTC 2012


W dniu 25.06.2012 11:56, Koen Kooi pisze:
> Op 25 jun. 2012, om 11:13 heeft Marcin Juszkiewicz het volgende geschreven:
> 
>> /usr/local/bin/php was set as PHP interpreter so lighttpd failed to run.
>> Also uncommented FastCGI configuration block to make mod_fastcgi
>> enablement easier for user.

>> +fastcgi.server             = ( ".php" =>
>> +                               ( "localhost" =>
>> +                                 (
>> +                                   "socket" => "/tmp/php-fastcgi.socket",
>> +                                   "bin-path" => "/usr/bin/php-cgi"
>> +                                 )
> 
> How does this work with DISTROs that set ${prefix}=""?

For them nothing changes - they still have to edit configuration file.




More information about the Openembedded-core mailing list