Hello,
Im currently using ea4 Apache with php7.0 fpm.
Tested openlitespeed v1.4.28.
How do we setup php as process group.
When i was using Litespeed it was as simple as putting a bit of stuff in an apache include file:
<IfModule LiteSpeed>
LSPHP_ProcessGroup on
LSPHP_Workers 15
</IfModule>
Also currently with ea4 php-fpm pools my settings are:
Max children: 10
Process idle timeout: 10
Max request: 20
With the max children always at 10 with ea4 php-fpm i cant seem to set that with my openlitespeed php setup.
Even when i edited the environment variable:
LSAPI_CHILDREN
Max connections
Even when i set those two variables to 10 i always seems to have more than 10 processes of lsphp.
Help appreciated, Thankyou.
Im currently using ea4 Apache with php7.0 fpm.
Tested openlitespeed v1.4.28.
How do we setup php as process group.
When i was using Litespeed it was as simple as putting a bit of stuff in an apache include file:
<IfModule LiteSpeed>
LSPHP_ProcessGroup on
LSPHP_Workers 15
</IfModule>
Also currently with ea4 php-fpm pools my settings are:
Max children: 10
Process idle timeout: 10
Max request: 20
With the max children always at 10 with ea4 php-fpm i cant seem to set that with my openlitespeed php setup.
Even when i edited the environment variable:
LSAPI_CHILDREN
Max connections
Even when i set those two variables to 10 i always seems to have more than 10 processes of lsphp.
Help appreciated, Thankyou.