Skip to content

Commit bb68267

Browse files
authored
Merge pull request #227 from MariaMozgunova/dev
AWP-325: Update doc with AWP support for Plesk.
2 parents a78cc32 + 30340c3 commit bb68267

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

docs/cloudlinux-os-plus/README.md

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,7 @@ If you'd like to try Smart Advice and AccelerateWP you should participate in the
412412
413413
#### Requirements
414414
415-
* CloudLinux OS Shared Pro
416-
* cPanel Control Panel
415+
* CloudLinux OS Shared Pro or CloudLinux OS Solo
417416
* alt-php-xray > 0.5-1 version
418417
* lve-utils > 6.3.2-1 version
419418
* lvemanager > 7.6.1-1 version
@@ -1455,13 +1454,13 @@ This feature is free of charge only during the beta testing period. Afterwards i
14551454
14561455
* the websites must be served with Apache web server;
14571456
* the websites must use one of the following PHP handlers:
1458-
* [php-fpm](https://blog.cpanel.com/how-to-use-php-fpm-with-cpanel/)
1457+
* php-fpm
14591458
* [lsapi](/cloudlinux_os_components/#apache-mod-lsapi-pro)
14601459
14611460
### Limitations
14621461
There are the following requirements to use AccelerateWP:
14631462
* the server must have CloudLinux Shared PRO license;
1464-
* the server must be powered with cPanel.
1463+
* the server must be powered with cPanel or Plesk.
14651464
14661465
14671466
### Administrator interface
@@ -1474,7 +1473,7 @@ To provide best experience,
14741473
![](/images/AWPAdmin.png)
14751474
14761475
By toggling the `Enable AccelerateWP for all users` an administrator provides end-users with AccelerateWP feature.
1477-
Once the feature suite is enabled by administrator, end-users will see an AccelerateWP tab in their cPanel interface and be able to activate the optimization feature.
1476+
Once the feature suite is enabled by administrator, end-users will see an AccelerateWP tab in their control panel interface and be able to activate the optimization feature.
14781477
14791478
#### Suites usage statistics
14801479
Once at least one feature suite is enabled, the AccelerateWP usage statistics is shown.
@@ -1566,7 +1565,7 @@ If you would like to stop using AccelerateWP, toggle the `Enable AccelerateWP fo
15661565
![](/images/AWPDisable.png)
15671566
15681567
This operation will:
1569-
* disable AccelerateWP tab in users' cPanel interface
1568+
* disable AccelerateWP tab in users' control panel interface
15701569
* disable all AccelerateWP optimization suites
15711570
* deactivate all optimization features for all users
15721571
@@ -1583,21 +1582,14 @@ In case if AccelerateWP Premium is active, the auxiliary monitoring daemon `clwp
15831582
### FAQ
15841583
15851584
#### With which panel can I use AccelerateWP?
1586-
Currently AccelerateWP is compatible with cPanel only.
1585+
Currently AccelerateWP is compatible with cPanel and Plesk.
15871586
1588-
If you are interested in supporting Plesk or DirectAdmin control panels, please record your demand on our feature portal respectively:
1589-
* [AccelerateWP for Plesk](https://features.cloudlinux.com/c/13-acceleratewp-for-plesk?utm_medium=social&utm_source=portal_share)
1590-
* [AccelerateWP for DirectAdmin](https://features.cloudlinux.com/c/15-acceleratewp-for-directadmin?utm_medium=social&utm_source=portal_share)
1591-
1592-
#### Does WP Accelerate tool support the DirectAdmin control panel? Do you plan to integrate it with Plesk?
1593-
Currently AccelerateWP is compatible with cPanel only.
1587+
If you are interested in supporting DirectAdmin control panel, please record your demand on our feature portal:
15941588
1595-
If you are interested in supporting Plesk or DirectAdmin control panels, please record your demand on our feature portal respectively:
1596-
* [AccelerateWP for Plesk](https://features.cloudlinux.com/c/13-acceleratewp-for-plesk?utm_medium=social&utm_source=portal_share)
15971589
* [AccelerateWP for DirectAdmin](https://features.cloudlinux.com/c/15-acceleratewp-for-directadmin?utm_medium=social&utm_source=portal_share)
15981590
15991591
#### Is it possible to use AccelerateWP on a non-control panel server?
1600-
No, AccelerateWP is compatible with cPanel only.
1592+
No, AccelerateWP is compatible with cPanel and Plesk.
16011593
16021594
#### Do you plan to enable support of Nginx server?
16031595
This is a part of our very long term plans, thus not expected in the nearest future.
@@ -1624,7 +1616,7 @@ Check daemon status using `service clwpos_monitoring status` and its main log: `
16241616
In order to make use of AccelerateWP Premium Object Caching feature, the loaded Redis extension is required for the end-user's website.
16251617
End-users will not be able to activate the Object Caching feature until Redis extension configuration is incomplete.
16261618
1627-
Corresponding incompatibility warning will be displayed in cPanel User interface:
1619+
Corresponding incompatibility warning will be displayed in control panel's User interface:
16281620
16291621
![](/images/AWPNoRedis.png)
16301622
@@ -1634,7 +1626,7 @@ The Redis extensions are configured for all installed and supported PHP versions
16341626
16351627
or you can trigger the utility manually:
16361628
```
1637-
/usr/sbin/enable_redis_for_ea_php
1629+
/usr/sbin/enable_redis_for_panel_php
16381630
```
16391631
16401632
All errors will be displayed in standard output and logged into `/var/log/clwpos/main.log`.
@@ -1656,7 +1648,7 @@ All errors will be displayed in standard output and logged into `/var/log/clwpos
16561648
rpm -q ea-php74-php-redis
16571649
yum install ea-php74-php-redis
16581650
```
1659-
8. Check Redis `ini` file is present by running the following command:
1651+
2. Check Redis `ini` file is present by running the following command:
16601652
```
16611653
ls /opt/cpanel/ea-phpXY/root/etc/php.d/ | grep 50-redis
16621654
```
@@ -1665,7 +1657,7 @@ All errors will be displayed in standard output and logged into `/var/log/clwpos
16651657
ls /opt/cpanel/ea-php74/root/etc/php.d/ | grep 50-redis
16661658
```
16671659
Try reinstalling the package if `ini` file is missing.
1668-
13. Make sure Redis module is loaded under specific user by running the following command:
1660+
3. Make sure Redis module is loaded under specific user by running the following command:
16691661
```
16701662
su -c "php -m | grep redis" <username>
16711663
```
@@ -1682,24 +1674,26 @@ All errors will be displayed in standard output and logged into `/var/log/clwpos
16821674
ls /opt/alt/php74/usr/lib64/php/modules | grep redis.so
16831675
redis.so
16841676
```
1685-
6. If the Redis module is missing:
1686-
7. install the `alt-phpXY-pecl-ext` package manually
1687-
8. run the Redis configuration script `/usr/share/cloudlinux/wpos/enable_redis_for_alt_php.py`
1677+
2. If the Redis module is missing:
1678+
1679+
a. Install the `alt-phpXY-pecl-ext` package manually
1680+
b. Run the Redis configuration script `/usr/share/cloudlinux/wpos/enable_redis_for_alt_php.py`
16881681
1689-
All errors will be displayed in standard output and logged into `/var/log/clwpos/main.log`.
1690-
10. If the Redis module is present for a particular php version, but the incompatibility issue persists, re-check the following:
1691-
11. make sure the Redis module is loaded under user:
1682+
All errors will be displayed in standard output and logged into `/var/log/clwpos/main.log`.
1683+
3. If the Redis module is present for a particular php version, but the incompatibility issue persists, re-check the following:
1684+
1685+
a. Make sure the Redis module is loaded under user:
16921686
```
16931687
su -c "php -m | grep redis" <username>
16941688
```
1695-
13. check the required extensions are enabled in `php.ini`:
1689+
b. Check the required extensions are enabled in `php.ini`:
16961690
```
16971691
cat /opt/alt/phpXY/etc/php.ini | grep redis.so
16981692
cat /opt/alt/phpXY/etc/php.ini | grep json.so
16991693
cat /opt/alt/phpXY/etc/php.ini | grep igbinary.so
17001694
```
17011695
1702-
Enable missing extensions manually.
1696+
c. Enable missing extensions manually.
17031697
17041698
17051699
#### End-users of AccelerateWP encounter PHP-related issues during feature activation
@@ -1709,7 +1703,7 @@ End-users may encounter PHP-related errors while activating the AccelerateWP fea
17091703
17101704
The general examples of possible reasons are:
17111705
* broken PHP binaries
1712-
* missed PHP files
1706+
* missing PHP files
17131707
* etc.
17141708
17151709
To check that this issue is caused by PHP itself, call any PHP command, for example:

0 commit comments

Comments
 (0)