Showing posts with label web server. Show all posts
Showing posts with label web server. Show all posts

Saturday, July 2, 2011

Integrate a PHP Web App With NginX and PHP-FPM Easily

Yesterday I made a post about how to install NginX, PHP with PHP-FPM and MYSQL on a Centos server. Today I decided to show you how to integrate your favorite PHP web application on that setup. Sure, this will work on any OS but you must have NginX, PHP with PHP-FPM and MYSQL installed! For this tutorial, I will be using Wordpress as my PHP web application.

Friday, July 1, 2011

Install PHP 5.3.6 with PHP-FPM, MySQL and NginX 1.04 on Centos 5.6


If you want to host a web application like Wordpress or any kind of PHP app with database requirements without spending an outrageous amount of money on a server, a LEMP server (Linux, Engine X, MySQL, PHP) is the way to go. You can use this setup on servers with memory as low as 100MB.