This document summarizes the setup and performance of Nginx 0.8.x with PHP 5.2.13 using the FastCGI protocol on Linux. It finds that Nginx can handle over 30,000 concurrent connections using less than 2GB of RAM, while Apache struggled to handle 3,000 connections using over 3GB of RAM. Tests show Nginx serving PHP content is about twice as fast as Apache under load. The document provides installation instructions for compiling and configuring Nginx, PHP, and other supporting libraries on CentOS or RedHat Linux.