PHP-FPM Howto Use
-
It's not clear to me how to use php-fpm - my Laragon 2.0.4 setup seems to be using mod_php only.
-
@lloy0076: Just download and unzip PHP NTS version, Laragon will auto config php-fpm.
You can check this tutorial: https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-versionLaragon 2.0.2 works with both mod_php (PHP Thread Safe) and php-fpm >(PHP Non Thread Safe).
-
From what I know, php-fpm (fastcgi process manager) is not supported on windows, so you cannot use php-fpm with laragon (aka on windows)
-
Actually, you're mostly correct - in that php-fpm itself is not supported on Windows.
php-cgi.exe is, though, supported and is a definite improvement over mod_php.