You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During installation, you will be prompted to import GPG keys for the epel9 (Extra Packages for Enterprise Linux 9) and Remi repositories. Enter y to import the keys:
with Zend OPcache v8.2.28, Copyright (c), by Zend Technologies
204
128
```
205
129
206
130
### Apache Integration
@@ -344,7 +268,7 @@ pm.max_children = 10
344
268
345
269
This configuration starts with 10 processes.
346
270
347
-
In dynamic mode, PHP-FPM starts at *most* the number of processes specified by the`pm.max_children` value. It first starts some processes corresponding to `pm.start_servers`, keeping at least the value of `pm.min_spare_servers` of inactive processes and, at most, `pm.max_spare_servers` of inactive processes.
271
+
In dynamic mode, PHP-FPM starts at *most* the number of processes specified by the`pm.max_children` value. It first starts some processes corresponding to `pm.start_servers`, keeping at least the value of `pm.min_spare_servers` of inactive processes and, at most, `pm.max_spare_servers` of inactive processes.
348
272
349
273
Example:
350
274
@@ -368,7 +292,7 @@ A third mode of operation is the `ondemand` mode. This mode only starts a proces
368
292
369
293
#### Process status
370
294
371
-
Like Apache and its `mod_status` module, PHP-FPM offers a page indicating the process's status.
295
+
Just as with Apache and its `mod_status` module, PHP-FPM offers a page indicating the process's status.
372
296
373
297
To activate the page, set its access path with the `pm.status_path` directive:
0 commit comments