We have updated the following mod_lsapi packages for CloudLinux 6 and 7 as well as for Apache 2.4 (CloudLinux 6 and CloudLinux 7) and EasyApache 4 (CloudLinux 6 and 7) on all of our servers.
Changelog:
liblsapi 1.1-29
mod_lsapi 1.1-29
ea-apache24-mod_lsapi 1.1-29
httpd24-mod_lsapi 1.1-29
A new config option lsapi_disable_reject_mode is intended to disable backend’s REJECT mode, which was introduced in 1.1-28 version. In this mode, backend will immediately fail if there are no free workers to process the request, whereas in the conventional mode such request will be placed into the infinite request queue. REJECT mode is switched on by default, and you can switch it off by setting the value of lsapi_disable_reject_mode to On.
To update:
cPanel & RPM Based
$ yum clean all $ yum update liblsapi liblsapi-devel $ yum update mod_lsapi $ service httpd restart
DirectAdmin
$ yum clean all $ yum update liblsapi liblsapi-devel $ cd /usr/local/directadmin/custombuild $ ./build update $ ./build mod_lsapi
EasyApache 4
$ yum clean all $ yum update liblsapi liblsapi-devel ea-apache24-mod_lsapi $ service httpd restart
http24 for CloudLinux 6 and CloudLinux 7
$ yum update liblsapi liblsapi-devel $ yum install httpd24-mod_lsapi