You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**For supported PHP versions, see [cve.tuxcare.com](https://cve.tuxcare.com/els-alt-php/projects).**
40
42
41
43
Other distros and architectures upon request.
42
44
@@ -83,7 +85,7 @@ Below are tables with information about the time of security support from the ve
83
85
84
86
### Install ALT-PHP
85
87
86
-
The following steps are provided for both **RPM-based** (CentOS, CloudLinux, Oracle Linux, AlmaLinux, Amazon Linux 2, etc) and **DEB-based** (Debian, Ubuntu) systems. Please select the appropriate tab for your distribution.
88
+
The following steps are provided for both **RPM-based** (CentOS, CentOS Stream, CloudLinux, Oracle Linux, AlmaLinux, Amazon Linux 2, etc) and **DEB-based** (Debian, Ubuntu) systems. Please select the appropriate tab for your distribution.
87
89
88
90
:::tip
89
91
**Amazon Linux 2-specific preprequisities**. Before installing `alt-php`, make sure `libvpx` is installed. Amazon Linux 2 provides two version of libvpx: 1.9 (the default) and 1.3. `alt-php` requires 1.3 for compatibility with EL 7 systems like CentOS 7:
@@ -1058,8 +1060,8 @@ This section contains information about available ELS for PHP OVAL streams that
1058
1060
1059
1061
Currently, we provide OVAL data for the following OS versions:
1060
1062
1061
-
* EL 7 (CentOS, CloudLinux, OracleLinux, Amazon Linux 2, etc.): [oval.xml](https://security.tuxcare.com/oval/els_alt_php/el7/oval.xml)
1062
-
* EL 8 (AlmaLinux, CentOS, CloudLinux, OracleLinux, etc.): [oval.xml](https://security.tuxcare.com/oval/els_alt_php/el8/oval.xml)
1063
+
* EL 7 (CentOS, CloudLinux, Oracle Linux, Amazon Linux 2, etc.): [oval.xml](https://security.tuxcare.com/oval/els_alt_php/el7/oval.xml)
# Installation instructions of a local mirror for ELS PHP
2
+
3
+
We provide the ability to create local mirrors of PHP for ELS updates.
4
+
5
+
**To obtain access to the local mirroring, provide your External IP address to your Account Manager or send it to [[email protected]](mailto:[email protected]).**
6
+
7
+
* To create a local mirror of the repository with security updates via `rsync`, use the following:
8
+
9
+
<CodeWithCopy>
10
+
11
+
```
12
+
rsync://repo.cloudlinux.com/ALT_COMMON/
13
+
```
14
+
15
+
</CodeWithCopy>
16
+
17
+
and
18
+
19
+
<CodeWithCopy>
20
+
21
+
```
22
+
rsync://repo.cloudlinux.com/ALT_PHP_ELS/
23
+
```
24
+
25
+
</CodeWithCopy>
26
+
27
+
* Example of creating a local mirror for all supported OS versions:
# Installation instructions of a local mirror for ELS Python
2
+
3
+
We provide the ability to create local mirrors of Python for ELS updates.
4
+
5
+
**To obtain access to the local mirroring, provide your External IP address to your Account Manager or send it to [[email protected]](mailto:[email protected]).**
6
+
7
+
* To create a local mirror of the repository with security updates via `rsync`, use the following:
8
+
9
+
<CodeWithCopy>
10
+
11
+
```
12
+
rsync://repo.cloudlinux.com/ALT_COMMON/
13
+
```
14
+
15
+
</CodeWithCopy>
16
+
17
+
and
18
+
19
+
<CodeWithCopy>
20
+
21
+
```
22
+
rsync://repo.cloudlinux.com/ALT_PYTHON_ELS/
23
+
```
24
+
25
+
</CodeWithCopy>
26
+
27
+
* Example of creating a local mirror for all supported OS versions:
0 commit comments