Adding PHP into Lighttpd Webserver
Posted by admin in Unix, tags: configuration, fastcgi, freebsd, installation, lighttpd, phpHow do I configure php under Lighttpd?
PHP generally runs on a web server like lighttpd taking PHP code as its input and creating Web pages as output. FastCGI is a protocol for interfacing interactive programs with a web server. Lighttpd has mod_fastcgi to run php application.

Entries (RSS)