Lighttpd PHP FastCGI Configuration – Debian 5.0 Lenny
After installing a fresh copy of Debian 5.0 on my mini x86 server (howto for that still being worked on), I needed to get PHP with FastCGI, MySQL and Lighttpd installed.
Here’s an excellent, short and to-the-point guide on getting FastCGI configured for Lighttpd:
http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html
Of course, this is assuming PHP, MySQL (if required) and Lighttpd are already installed:
apt-get install php5-cli php5-cgi lighttpd mysql-server
I also needed to reconfigure MySQL for a low memory machine (112MB). Continue reading 'Lighttpd PHP FastCGI Configuration – Debian 5.0 Lenny'»