Beta: mod_lsapi PRO updated
New updated mod_lsapi PRO packages for CloudLinux 6, 7 and 8 as well as for Apache 2.4 (CloudLinux 6 and CloudLinux 7) and EasyApache 4 (CloudLinux 6 and 7) are now available for download from our updates-testing repository.
Changelog
liblsapi-1.1-54
mod_lsapi-1.1-54
ea-apache24-mod_lsapi-1.1-54
httpd24-mod_lsapi-1.1-54
- MODLS-813: Changed the default log level of non-fatal PHP messages
Release notes
In this release, we've added a new config option – lsapi_backend_loglevel_info.
lsapi_backend_loglevel_info
Syntax: lsapi_backend_loglevel_info [On/Off]
Default: lsapi_backend_loglevel_info Off
Context: httpd.conf, virtualhost
Description:
Controls which log level will be used to write PHP warnings and notices into Apache’s error_log. Optional, the default value is Off. In that case LOG_WARNING log level will be used. Otherwise, with On value, LOG_INFO log level will be used.
Installation
To install mod_lsapi PRO, follow our docs for the instructions here.
Update from beta
EasyApache 4
# yum update liblsapi liblsapi-devel ea-apache24-mod_lsapi --enablerepo=cl-ea4-testing --enablerepo=cloudlinux-updates-testing
EasyApache 3 (note EA3 EoL), Plesk and no control panel RPM-based platforms
# yum update mod_lsapi liblsapi liblsapi-devel --enablerepo=cloudlinux-updates-testing
DirectAdmin
# yum update liblsapi liblsapi-devel --enablerepo=cloudlinux-updates-testing
# cd /usr/local/directadmin/custombuild
# ./build set cloudlinux_beta yes
# ./build update
# ./build mod_lsapi
httpd24
# yum update httpd24-mod_lsapi liblsapi liblsapi-devel --enablerepo=cloudlinux-updates-testing