-
Notifications
You must be signed in to change notification settings - Fork 0
Definitions
Iker González edited this page Sep 23, 2023
·
2 revisions
- PHP-FPM: stands for "PHP FastCGI Process Manager." It is a PHP (Hypertext Preprocessor) process manager that provides a way to manage and handle PHP processes efficiently, especially in a web server environment. PHP-FPM is often used as a PHP processor for web servers like Nginx and Apache to serve PHP-based web applications.