Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


To begin, first please read the note above about choosing a safe editor. Then, please edit file

Zend Server versions 2020.x and 2021.x and higher:

Please back up this file before making any changes!

Edit file     /www/zendphp7zendphp74/conf/fastcgi.conf (Zend Server 9 or higher, including Zend Server 2018 and 2019) or /www/zendsvr6/conf/fastcgi.conf (  

Window over to find the number of child processes in the first line that is not a comment. Look for this: 

SetEnv="PHP_FCGI_CHILDREN=10"

Set the number to the number of processes you want. For example, to set it to 25, change it to this:

SetEnv="PHP_FCGI_CHILDREN=25"

Be sure that this line in the configuration remains all on one line. Save and exit.

Restart Apache for this change to take effect.


Zend Server 9.1.x, 2018.x and 2019.x

Please back up this file before making any changes!

To begin, first please read the note above about choosing a safe editor.

Then, please edit file /www/zendphp7/conf/fastcgi.conf  

Window over to find the number of child processes in the first line that is not a comment. Look for this: 

SetEnv="PHP_FCGI_CHILDREN=10"

Set the number to the number of processes you want. For example, to set it to 25, change it to this:

SetEnv="PHP_FCGI_CHILDREN=25"

Be sure that this line in the configuration remains all on one line. Save and exit.

Restart Apache for this change to take effect.

Zend Server 6, 7, 8, or 8.5

Please ) (please back up this file before making any changes!): 

Edit file    /www/zendsvr6/conf/fastcgi.conf

Window over to find the number of child processes in the first line that is not a comment. Look for this: 

...