New updated mod_hostinglimits, ea-apache24-mod_hostinglimits, and httpd24-mod_hostinglimits packages are now available for download from our updates-testing repository.
In this release, we've added a new mod_hostinglimits directive – LVESkipMemory.
LVESkipMemory
Syntax: LVESkipMemory On/Off
Default: LVESkipMemory Off
Context: httpd.conf
Description: Switching LVE flags that skip LVE memory limit for httpd processes. "On" skips LVE memory limit, "Off" applies LVE memory limit.
When LVESkipMemory On, this leads to the fact that the OOM killer does not kill the processes of the Apache that entered into LVE.
mod_hostinglimits-1.0-39
ea-apache24-mod_hostinglimits-1.0-39
httpd24-mod_hostinglimits-1.0-39
EasyApache 4
# yum install ea-apache24-mod_hostinglimits --enablerepo=cl-ea4-testing
# service httpd restart
Plesk and no control panel RPM-based platforms
# yum install mod_hostinglimits --enablerepo=cloudlinux-updates-testing
# service httpd restart
DirectAdmin
# yum install liblve-devel
# cd /usr/local/directadmin/custombuild
# ./build set cloudlinux_beta yes
# ./build update
# ./build apache
# service httpd restart
httpd24
# yum install httpd24-mod_hostinglimits --enablerepo=cloudlinux-updates-testing
# service httpd24-httpd restart
EasyApache 4
# yum update ea-apache24-mod_hostinglimits --enablerepo=cl-ea4-testing
# service httpd restart
Plesk and no control panel RPM-based platforms
# yum update mod_hostinglimits --enablerepo=cloudlinux-updates-testing
# service httpd restart
DirectAdmin
# cd /usr/local/directadmin/custombuild
# ./build set cloudlinux_beta yes
# ./build update
# ./build apache
# service httpd restart
httpd24
# yum update httpd24-mod_hostinglimits --enablerepo=cloudlinux-updates-testing
# service httpd24-httpd restart