Showing posts with label php. Show all posts
Showing posts with label php. 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.