Get our latest news

Blog & News

mod_lsapi updated

  • 21 November 2018

The following mod_lsapi, Apache 2.4, EasyApache 4 packages for CloudLinux 6 and 7 have been updated and are now available on all of our servers.

Packages changed:

  • liblsapi 1.1-33
  • mod_lsapi 1.1-33
  • ea-apache24-mod_lsapi 1.1-33
  • httpd24-mod_lsapi 1.1-33

Changelog:

  • MODLS-590: fixed stack overflow lscapi_do_request;
  • MODLS-589: fixed lsapi_terminate_backends_on_exit and lsapi_reset_criu_on_apache_restart directives;
  • MODLS-584: improved semtimedwait;
  • MODLS-580: added statistics support for DirectAdmin without mod_lsapi RPM;
  • MODLS-481: fixed stuck when bodyLen is wrong;
  • MODLS-576: added absolute path for service utilities.


All Nuagerie servers are automatically updated; however, the code to update your servers manually has been included.

cPanel & RPM Based servers

$ yum clean all
$ yum update liblsapi liblsapi-devel
$ yum update mod_lsapi
$ service httpd restart


DirectAdmin servers

$ 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