When apache receives a request for *.php, does it immediately hand it over to FPM or does it judge that it is not a 404 and then hand it over to FPM? php
Apache receives a *.php request, does it immediately hand it over to FPM, or does it judge that it is not a 404 and then hand it over to FPM?