The CloudLinux team has released updates for mod_Isapi PRO and Alt-PHP packages. All Nuagerie servers are automatically updated, however, the manual update commands have been included.
New updated mod_lsapi PRO packages for CloudLinux 6 and 7, for Apache 2.4 and EasyApache 4 are now available. By default, the hostname from the server_rec structure (off) is used, which means that mod_lsapi takes the hostname from the VirtualHost section of the configuration file. Using hostname from the request_rec structure (On) means that mod_lsapi takes the hostname from the HOST section of the request. This could be useful for those who use dynamically generated configs for virtual hosts (like mod_lua for example).
In this release, a new option lsapi_use_req_hostname (MODLS-621) was added:
liblsapi-1.1-37
mod_lsapi-1.1-37
ea-apache24-mod_lsapi-1.1-37
httpd24-mod_lsapi-1.1-37
For help installing mod_Isapi onto your system, please follow the instructions in the official documentation. To update your system, run the following commands in your terminal.
cPanel and RPM-based systems
$ 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
httpd24 for CloudLinux 6 and CloudLinux 7
$ yum update liblsapi liblsapi-devel $ yum update httpd24-mod_lsapi
---
alt-php-config-1-32
alt-curlssl-7.62.0-1
alt-php73-pecl-ext -1-9
yum groupupdate alt-php