Hands-On: Nginx and PHP (FastCGI) Installation, Configuration, and Optimization
What Is FastCGI? FastCGI is a scalable, high-speed interface for communication between an HTTP server and dynamic scripting languages. Most popular HTTP servers support FastCGI, including Apache, Nginx, lighttpd, and others. At the same time, FastCGI is also supported by many scripting languages, among which is P …