Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions docs/cloudlinuxos/isolates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,30 @@ When CloudLinux Isolates is enabled for a domain:
| --- | --- | --- |
| Apache | ✅ Supported | See [Compatible PHP Handlers](#compatible-php-handlers) below for handler-specific requirements. |
| NGINX | 🔜 Coming in future releases | |
| LiteSpeed | 🔜 Coming in future releases | |
| LiteSpeed | ✅ Supported (cPanel only) | Standalone LiteSpeed Web Server, on cPanel servers only. See [LiteSpeed requirements](#litespeed-requirements) below. |

##### LiteSpeed requirements

CloudLinux Isolates is supported under **standalone LiteSpeed Web Server**, and for now **on cPanel servers only**.

In addition to the [minimum package versions](#minimum-package-versions) listed above, LiteSpeed servers require:

| Package | Minimum Version |
| ----------------------------- | --------------- |
| cagefs | 7.6.47-1 |
| lve-wrappers | 0.7.16-1 |
| lve (liblve) | 2.2-8 |
| ea-apache24-mod_hostinglimits | 1.0-49 |

To check the installed versions:

```
rpm -q cagefs lve-wrappers lve ea-apache24-mod_hostinglimits
```

#### Compatible PHP Handlers

The following table applies to **Apache** — the only supported web server for CloudLinux Isolates.
The following table applies to **Apache**. For standalone LiteSpeed, see [LiteSpeed requirements](#litespeed-requirements) above.

| Handler | Status | Notes |
| --- | --- | --- |
Expand Down Expand Up @@ -76,6 +95,8 @@ For full details on this directive, see [lsapi_per_user in mod_lsapi documentati

*[Control Panel Integration](/cloudlinuxos/control_panel_integration/#control-panel-api-integration)

The table above applies to Apache. Under [standalone LiteSpeed](#litespeed-requirements), only cPanel is supported so far.

#### Compatible PHP Versions

CloudLinux Isolates provides partial FPM handler support for both ea-php (cPanel) and alt-php.
Expand Down