Skip to content

Commit e4d536a

Browse files
authored
Merge pull request #300 from Monstrofil/patch-11
2 parents 91702f0 + 256358a commit e4d536a

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

docs/cloudlinuxos/website_isolation/README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When Website Isolation is enabled for a domain:
3535
| FCGI | 🔜 Coming in future releases |
3636

3737
:::tip Warning
38-
Website Isolation fully supports LSAPI and CGI handlers. FPM has partial support for specific ea-php versions only. FCGI support is planned for future releases.
38+
Website Isolation fully supports LSAPI and CGI handlers. FPM has partial support for specific ea-php and alt-php versions only. FCGI support is planned for future releases.
3939
:::
4040

4141
#### Compatible Control Panels
@@ -50,7 +50,9 @@ Website Isolation fully supports LSAPI and CGI handlers. FPM has partial support
5050

5151
#### Compatible PHP Versions
5252

53-
Website Isolation provides partial FPM handler support for ea-php (cPanel). The following ea-php versions are compatible:
53+
Website Isolation provides partial FPM handler support for both ea-php (cPanel) and alt-php.
54+
55+
##### ea-php (cPanel)
5456

5557
| Package | Minimum Version |
5658
| ------------- | ---------------------------------- |
@@ -67,8 +69,28 @@ Website Isolation provides partial FPM handler support for ea-php (cPanel). The
6769
| ea-php84-php | 8.4.17-1.cloudlinux.2 |
6870
| ea-php85-php | 8.5.2-1.cloudlinux.1 |
6971

72+
##### alt-php
73+
74+
| Package | Minimum Version |
75+
| -------------------- | ----------------- |
76+
| alt-php53-php-fpm | 5.3.29-189 |
77+
| alt-php54-php-fpm | 5.4.45-172 |
78+
| alt-php55-php-fpm | 5.5.38-152 |
79+
| alt-php56-php-fpm | 5.6.40-116 |
80+
| alt-php70-php-fpm | 7.0.33-117 |
81+
| alt-php71-php-fpm | 7.1.33-83 |
82+
| alt-php72-php-fpm | 7.2.34-65 |
83+
| alt-php73-php-fpm | 7.3.33-51 |
84+
| alt-php74-php-fpm | 7.4.33-48 |
85+
| alt-php80-php-fpm | 8.0.30-36 |
86+
| alt-php81-php-fpm | 8.1.34-5 |
87+
| alt-php82-php-fpm | 8.2.30-5 |
88+
| alt-php83-php-fpm | 8.3.30-5 |
89+
| alt-php84-php-fpm | 8.4.18-2 |
90+
| alt-php85-php-fpm | 8.5.3-3 |
91+
7092
:::tip Note
71-
alt-php support is coming soon.
93+
alt-php53, alt-php54, and alt-php55 are supported on CL7/CL8/CL9 only. CL10 support starts from alt-php56.
7294
:::
7395

7496
***

0 commit comments

Comments
 (0)