Skip to content

Commit cc5762d

Browse files
authored
Removing wrong package requirement from WEB interface resource limiting modes docs and add an example of usage of web_resource_limit_mode parameter.
Update CloudLinux limits, the documentation on web interface resource limiting modes. Remove CageFS from the required packages as it is not true. Update the documentation about the web_resource_limit_mode parameter and add an example of its usage in the configuration file.
1 parent c32a271 commit cc5762d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docs/cloudlinuxos/limits/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,22 @@ Ability to manage the limiting modes of user processes started from web interfac
725725

726726
Also, there is a short list of processes, that runs without CageFS in every modes. They are not affecting security, but we are working on removing them from excludes.
727727

728-
To use it, add the `web_resource_limit_mode` parameter to the `/etc/sysconfig/cloudlinux` file.
728+
The `web_resource_limit_mode` parameter can be added to any section of the configuration file for convenience and better organization. There are no strict requirements on which section it must be placed in, as configuration files ignore sections. However, it is recommended to add the parameter to existing sections or create a new one.
729+
730+
Example of Adding the Parameter to Existing Sections:
731+
732+
[license_check]
733+
email = CP`
734+
cpanel_getemail_script = /usr/share/cloudlinux/clgetcpanelemail
735+
plesk_getemail_script = /usr/share/cloudlinux/clgetpleskemail
736+
web_resource_limit_mode = unlimited
737+
738+
[cldiag_cron]
739+
disabled_cldiag_cron_checkers = check-usepam
740+
web_resource_limit_mode = all
741+
742+
[custom_section]
743+
web_resource_limit_mode = unlimited
729744

730745
Possible parameter values:
731746

@@ -738,7 +753,6 @@ Possible parameter values:
738753

739754
1. CloudLinux OS should be installed on the server
740755
2. Packages:
741-
* cagefs package installed
742756
* lve-wrappers >= 0.7.2
743757
* lvemanager >= 7.5.9
744758
* kmod-lve >= 2.0.36

0 commit comments

Comments
 (0)