|
Sorry folks, I just figured this out myself.
For anyone who finds this thread with the same problem, add an environment variable called PHP_LSAPI_CHILDREN and make it equal to the "Max Connections" variable, like this:
PHP_LSAPI_CHILDREN=50
Also, set instances to 1.
|