Hello, this is my VPS:
Cloudlinux 6.5 with CageFS and cPanel. Litespeed 4.2.11
When I enable Process Group in /usr/local/apache/conf/includes/pre_virtualhost_global.conf with this:
<IfModule LiteSpeed>
LSPHP_ProcessGroup on
LSPHP_Workers 10
</IfModule>
I see a lot of random error in error_log like this:
2014-06-05 19:35:23.947 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
2014-06-05 19:36:23.949 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
2014-06-05 19:37:23.916 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
2014-06-05 19:38:24.073 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
With different sites, and at random (sometimes they work without errors, sometimes connection refused).
I use zend opcache with 8MB for cache, phpsuexec yes with maxconn = 10.
In external app, max conn = 35, PHP_LSAPI_MAX_REQUESTS=1000, PHP_LSAPI_CHILDREN=35
Autostart: CGI Daemon, Run on startup: Suexec Daemon. If I set LSPHP_ProcessGroup on to off, error disappear.
Thank you
Cloudlinux 6.5 with CageFS and cPanel. Litespeed 4.2.11
When I enable Process Group in /usr/local/apache/conf/includes/pre_virtualhost_global.conf with this:
<IfModule LiteSpeed>
LSPHP_ProcessGroup on
LSPHP_Workers 10
</IfModule>
I see a lot of random error in error_log like this:
2014-06-05 19:35:23.947 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
2014-06-05 19:36:23.949 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
2014-06-05 19:37:23.916 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
2014-06-05 19:38:24.073 [INFO] [uds://tmp/lshttpd/APVH_xxxx_Suphp.sock] Connection refused, restart!
With different sites, and at random (sometimes they work without errors, sometimes connection refused).
I use zend opcache with 8MB for cache, phpsuexec yes with maxconn = 10.
In external app, max conn = 35, PHP_LSAPI_MAX_REQUESTS=1000, PHP_LSAPI_CHILDREN=35
Autostart: CGI Daemon, Run on startup: Suexec Daemon. If I set LSPHP_ProcessGroup on to off, error disappear.
Thank you