Posts Tagged ‘lighttpd’
Adding PHP into Lighttpd Webserver
Thursday, October 9, 2008 11:49 4 CommentsHow 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.
How to install Lighttpd, PHP5, and MySQL on FreeBSD
Thursday, October 9, 2008 11:42 4 CommentsHow do I install Lighttpd web server under FreeBSD along with MySQL 5 and PHP5? lighttpd a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting [...]