2009-08-30 5 views
0

Ce fichier journal est-il familier à quelqu'un des utilisateurs d'UBUNTU?Fast CGI, Lighttpd, Ubuntu

Lighttpd fichier journal:

> 2009-08-30 21:37:45: (log.c.75) server started 
> 2009-08-30 21:37:45: (mod_fastcgi.c.1029) the fastcgi-backend php5-cgi *failed* to start: 
> 2009-08-30 21:37:45: (mod_fastcgi.c.1033) *child exited with status 9 php5-cgi* 
> 2009-08-30 21:37:45: (mod_fastcgi.c.1036) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version. 
> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'. 
> For more information, check http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf this is PHP on Gentoo, add 'fastcgi' to the USE flags. 
> 2009-08-30 21:37:45: (mod_fastcgi.c.1340) [ERROR]: *spawning fcgi failed*. 
> 2009-08-30 21:37:45: (server.c.908) Configuration of plugins failed. Going down. 

S'il vous plaît ouvrir un secret comment avez-vous résolu problème fcgi et fait lighttpd pour commencer, si vous avez fait.

Thx, Gosh.

Répondre

1

Trouvez le bon chemin vers l'exécutable PHP. Vous devrez peut-être utiliser la version php-cgi (la valeur par défaut php peut être php-cli, ce qui ne convient pas).

Si vous n'en avez pas, installez le paquet php-cgi ou compilez PHP avec --enable-fcgi.