10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d7905 commit 60c0c82Copy full SHA for 60c0c82
cookbook/configuration/web_server_configuration.rst
@@ -89,7 +89,7 @@ the FastCGI process manager ``php-fpm`` binary and Apache's FastCGI module
89
installed (for example, on a Debian based system you have to install the
90
``libapache2-mod-fastcgi`` and ``php5-fpm`` packages).
91
92
-PHP-FPM uses so called *pools* to handle incoming FastCGI requests. You can
+PHP-FPM uses so-called *pools* to handle incoming FastCGI requests. You can
93
configure an arbitrary number of pools in the FPM configuration. In a pool
94
you configure either a TCP socket (IP and port) or a unix domain socket to
95
listen on. Each pool can also be run under a different UID and GID:
0 commit comments