Navigation:  Additional procedures >

Adjustments in PHP configurations

Previous  Top  Next

If it is necessary to edit a PHP configuration, the changes must be performed in the following way:

 

1. Edit the suite.env file

# vi /usr/local/se/suite.env

 

2. Add the following line:

WWW_CONF=pm.max_children = 80

 

3. Use || if it is necessary to add another parameter:

WWW_CONF=pm.max_children=80||process_control_timeout=300000

 

4. Save and close the file:

:wq!

 

Click here to view the variables that may be configured.