Get our latest news

Blog & News

mod_Isapi PRO and Alt-PHP updated

  • 21 March 2019

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.

mod_Isapi

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:

  • Syntax: lsapi_use_req_hostname On/Off
  • Default: lsapi_use_req_hostname Off
  • Context: httpd.conf, virtualhosts

Changelog

liblsapi-1.1-37

mod_lsapi-1.1-37

ea-apache24-mod_lsapi-1.1-37

httpd24-mod_lsapi-1.1-37

  • MODLS-616: ensure existence of directory for lsapi sockets in /var/run;
  • MODLS-621: add a configuration option (lsapi_use_req_hostname) that controls how virtualhost name is picked;
  • AAP-253: spec and cmake files redesigned for new httpd24 build.

Installing and Updating your System

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

Changelog

alt-php-config-1-32

  • added install_odbc script for install msodbcsql17.

alt-curlssl-7.62.0-1

  • updated to version 7.62.0.

alt-php73-pecl-ext -1-9

  • ALTPHP-704: updated sqlsrv and pdo_sqlsrv extensions.

Updating your system

yum groupupdate alt-php