Skip to content

Commit 299bb36

Browse files
committed
Final Ubuntu 22 pre-release documentation corrections
1 parent f9e3a80 commit 299bb36

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

docs/ubuntu/features/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ apt install governor-mysql
6767

6868
2. To use MySQL Governor with
6969

70-
* cl-MariaDB103
71-
```
72-
/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mariadb103
73-
```
7470
* cl-MySQL80
7571
```
7672
/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mysql80
@@ -91,7 +87,7 @@ In case of installing on cPanel + Ubuntu server, set the following parameter:
9187
6. Configure user mapping to the database. The mapping format is described in
9288
the [following section](/cloudlinuxos/cloudlinux_os_components/#mapping-a-user-to-a-database).
9389
94-
In case a non-panel system the `/etc/container/dbuser-map` should be created and updated with new users by admin.
90+
In case of a non-panel system the `/etc/container/dbuser-map` mapping file should be created and updated with new users by an admin.
9591
9692
The format is as follows:
9793
@@ -101,7 +97,7 @@ The format is as follows:
10197
[dbuser_nameN] [account_nameN] [UIDN]
10298
```
10399
104-
The control panel should automatically generate such mapping and write it to the `/etc/container/dbuser-map`. Usually,
100+
The control panel should automatically generate this mapping and write it to the `/etc/container/dbuser-map` file. Usually,
105101
it is enough to write a hook when adding, deleting or renaming a database for a user. The control panel should implement
106102
such a mechanism for MySQL Governor to operate properly. MySQL Governor automatically applies changes from the
107103
dbuser-map file every five minutes.
@@ -359,16 +355,16 @@ And restart service:
359355
service httpd restart
360356
```
361357
362-
### Uninstall
358+
### Uninstallation
363359
364-
Uninstall procedure for cPanel servers with EasyApache 4:
360+
Uninstallation procedure for cPanel servers with EasyApache 4:
365361
366362
```
367363
/usr/bin/switch_mod_lsapi --uninstall
368364
apt remove liblsapi liblsapi-dev ea-apache24-mod-lsapi
369365
```
370366
371-
Uninstall procedure for servers with no panel:
367+
Uninstallation procedure for servers with no panel:
372368
373369
```
374370
/usr/bin/switch_mod_lsapi --uninstall

docs/ubuntu/introduction/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ In the table below, a feature marked with "No" for the CloudLinux Subsystem for
2929
|HardenedPHP|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
3030
|Apache mod_lsapi PRO|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
3131
|SecureLinks|No|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
32-
|Website monitoring tool|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">No</font>**|
33-
|Website monitoring alerts|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">No</font>**|
34-
|Slow Site analyzer|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">No</font>**|
35-
|PHP X-Ray|**Yes**|**Yes**|No|**Yes**|**<font color="#2c98f0">No</font>**|
36-
|Centralized Monitoring|No|No|No|**Yes**|**<font color="#2c98f0">No</font>**|
37-
|AccelerateWP|**Yes**|**Yes**|No|**Yes**|**<font color="#2c98f0">No</font>**|
32+
|Website monitoring tool|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
33+
|Website monitoring alerts|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
34+
|Slow Site analyzer|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
35+
|PHP X-Ray|**Yes**|**Yes**|No|**Yes**|**<font color="#2c98f0">Yes</font>**|
36+
|Centralized Monitoring|No|No|No|**Yes**|**<font color="#2c98f0">Yes</font>**|
37+
|AccelerateWP|**Yes**|**Yes**|No|**Yes**|**<font color="#2c98f0">Yes</font>**|
3838
|Support 24/7|**Yes**|**Yes**|**Yes**|**Yes**|**<font color="#2c98f0">Yes</font>**|
3939

4040
\* Only inodes limits are available.

0 commit comments

Comments
 (0)