Skip to main content
Version: 2.2.1

Adjustments in PHP settings

If it is necessary to change any PHP configuration, the change must be made as follows:

  1. Edit the suite.env file
#\ vi /usr/local/se/suite.env
  1. Add the following line:
WWW_CONF=pm.max_children = 80
  1. Use || if you need to add another parameter:
WWW_CONF=pm.max_children=80||process_control_timeout=300000
  1. Save and close the file:
:wq!

Click here to see the variables that can be configured.