Code: Select all
sudo apt-get install lighttpd
sudo apt-get install php5-common php5-cgi php5
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reloadCode: Select all
2016-02-26 09:24:11: (log.c.164) server started
2016-02-26 09:24:11: (mod_fastcgi.c.1112) the fastcgi-backend /usr/bin/php-cgi f
ailed to start:
2016-02-26 09:24:11: (mod_fastcgi.c.1116) child exited with status 13 /usr/bin/p
hp-cgi
2016-02-26 09:24:11: (mod_fastcgi.c.1119) 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.
2016-02-26 09:24:11: (mod_fastcgi.c.1406) [ERROR]: spawning fcgi failed.
2016-02-26 09:24:11: (server.c.1022) Configuration of plugins failed. Going down
.
2016-02-26 09:30:23: (log.c.164) server started
Can somebody point me in the right direction?
Thanks in advance.
Bruce