Get our latest news

Blog & News

mod_lsapi updated

  • 4 September 2018

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

  • MODLS-531: check added if criu images exist on restore request;
  • MODLS-532: lsapi_disable_reject_mode option is added;
  • MODLS-528: reopen sulsphp_log to exclude too big FD number for criu;
  • MODLS-520: lsapi_avoid_zombies config option is added;
  • MODLS-491: avoid worker's child to accept the connection;
  • MODLS-491: avoid reading/writing stale data from/to the lsphp socket;
  • MODLS-527: starter logic is improved;
  • MODLS-525: httpd criu dumper permissions is changed;
  • MODLS-519: lsapi_disable_forced_pwd_var config option is added to disable PWD var in backend environment.

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