Get our latest news

Blog & News

mod_lsapi updated

  • 2 October 2018

Several mod_lsapi, Apache 2.4, and EasyApache4 packages for CloudLinux 6 and 7 have been updated across all our servers.

Changelog:

liblsapi 1.1-31

mod_lsapi 1.1-31

ea-apache24-mod_lsapi 1.1-31

httpd24-mod_lsapi 1.1-31

  •     added an option switch_mod_lsapi --stat;
  •     httpd24-mod_lsapi: fixed a bug with switch_mod_lsapi.

For all others that want to update their servers manually, run the following commands:

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 7

$ yum update liblsapi liblsapi-devel
$ yum install httpd24-mod_lsapi