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
曾經(jīng)蠟筆沒有小新2017-06-29 10:08:46
0
2
852
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?