Adjustments in PHP settings
If it is necessary to change any PHP configuration, the change must be made as follows:
- Edit the suite.env file
#\ vi /usr/local/se/suite.env
- Add the following line:
WWW_CONF=pm.max_children = 80
- Use
||
if you need to add another parameter:
WWW_CONF=pm.max_children=80||process_control_timeout=300000
- Save and close the file:
:wq!
Click here to see the variables that can be configured.