Is PHP-FPM better than mod_php ? Short answer… Yes—PHP-FPM is the better choice for your stack (Homebrew Apache on macOS), mainly because it lets you run the event MPM (needed for HTTP/2 and better concurrency) while keeping PHP out of Apache’s memory space. mod_php ties you to prefork, which disables HTTP/2 and scales worse. Below
