Lines Matching refs:of

13 A major drawback of FastCGI PHP comparing to Apache mod_php is lacking the
19 hosting environment due to lacking of this flexibility. LiteSpeed SAPI is
85 Usually, PHP support has been configured out of box, you don't need to change it
92 external application of type "LSAPI app", "Command" should be set to a shell
94 set to "1". Add "LSAPI_CHILDREN" environment variable to match the value of
100 be the name of external application just defined.
102 3. Click 'Apply Changes' link on the top left of the page, then click
108 behavior of LSAPI application.
117 `LSAPI_CHILDREN` environment variable should be set to match the value of "Max
126 Usually, there is no need to set value of `LSAPI_CHILDREN` over 100 in most
131 `LSAPI_AVOID_FORK` specifies the policy of the internal process manager in
138 * `LSAPI_EXTRA_CHILDREN` (default: 1/3 of `LSAPI_CHILDREN` or 0)
140 `LSAPI_EXTRA_CHILDREN` controls the maximum number of extra children processes
142 malfunctioning state. Total number of children processes will be reduced to
144 `LSAPI_AVOID_FORK` is set to 0, the default value is 1/3 of `LSAPI_CHILDREN`,
151 This parameter can help reducing memory usage of leaky PHP functions.
159 * `LSAPI_MAX_IDLE_CHILDREN` (default value: 1/3 of `LSAPI_CHILDREN` or
165 value is 1/3 of `LSAPI_CHILDREN`, When `LSAPI_AVOID_FORK` is set to 1, the
172 processing of a request in the given time period, it will be killed by the
173 parent process. This option can help getting rid of dead or runaway child
184 By default a LSAPI application check the existence of its parent process and
188 `LSAPI_PPID_NO_CHECK` should be set when you want to disable the checking of
189 existence of parent process. When PHP is started by `-b` option, it is