codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web

Home Page:https://www.phptherightway.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment: mod_proxy_fcgi for Apache 2.4+

sapphirecat opened this issue · comments

Last I knew, mod_fcgid did not handle external CGI such as PHP-FPM, and mod_fastcgi was effectively abandoned.

The best way to link Apache and PHP-FPM together, as of 2.4.0 released in Q1 2012, is to use the mod_proxy_fcgi module. There's some info on the Apache wiki and official docs.

Fixed by #709 -- I "accidentally" fixed this issue while fixing a broken link. (looks like you and I had the same idea--but you had it first!). Updating ticket to help get it closed.