Connecting Apache to PHP FPM Using the Mod Proxy FCGI Module
Modern high-scale web infrastructure requires a modular approach to service delivery where the web server acts as a thin ingress layer and the application processor operates as a decoupled backend. The Apache Mod Proxy FCGI module facilitates this architecture by enabling the Apache HTTP Server to forward requests to a FastCGI server; specifically PHP-FPM (FastCGI […]
Connecting Apache to PHP FPM Using the Mod Proxy FCGI Module Read More »










