Apache Server from mod_php to PHP-FPM
Migrating a Multi-Site Apache Server from mod_php to PHP-FPM TL;DR: A ~20-vhost Apache server had both mod_php and PHP-FPM installed, but a config precedence bug meant every request was silently falling back to mod_php — the heavier, per-worker-memory architecture. A […]