Archive for the ‘PHP’ Category

Installing lighttpd, PHP5 And Mysql5 On Your Fedora 12 VM
POSTED ON March 16th, 2010 by Aidan | No Comments » | Tags: , , , , ,
Posted in fedora, MySql, PHP |
lighttpd
Image via Wikipedia

One of the most recent Virtual machine operating systems we launched was fedora 12, this OS has proved very popular so i have put together a quick tutorial for setting up the webserver Lighttpd with PHP5 and Mysql.

About Lighttpd

Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems. And best of all it’s Open Source licensed under the revised BSD license.

lighttpd powers several popular Web 2.0 sites like YouTube, wikipedia and meebo. Its high speed io-infrastructure allows them to scale several times better with the same hardware than with alternative web-servers.

(more…)