How Nginx and PHP-FPM turn a web request into code
Chris Fidao Chris Fidao
15.7K subscribers
3,895 views
188

 Published On Sep 5, 2023

Let's see how an HTTP request gets turned into PHP code! We see a web request go through Nginx, PHP-FPM, and finally your code.

This includes reviewing Nginx configuration for passing a request off to PHP-FPM.

⌚️ Timestamps
00:00 Intro
00:11 The Web Request Flow
00:34 PHP-FPM is an Application Gateway
01:43 Nginx + fcgi Config
04:44 PHP-FPM c Nonsense
05:21 Running PHP Code

show more

Share/Embed