-
Notifications
You must be signed in to change notification settings - Fork 69
Old PHP and Apache versions #125
Comments
@MaksymGurkov hi there. Whilst this product is under the "jamf" banner, it is an Open Source one. So timelines are hard to offer. Obviously things can be expedited if you were to update the components & offer a PR. |
The versions of Apache and PHP are dependent on the versions available for the baseline OS, as they are where the installation source is drawn from. Inclusion of a later version of PHP for RHEL / CentOS 7, using an officially supported repo and method is somewhat trickier, as the packages for this live in the 'Collections' repo. There is no official implementation of later versions of PHP on CentOS / RHEL 6. This makes it very difficult to create an installer as the base repos to perform an installation, in the default scenario will not be available. However, if you have the collections repo available in your RHEL subscription, you can enable the repo using this command: If you are using CentOS, the collections repo is available using this command: The following instructions assume NetSUS 5 is already installed in its default state. Install PHP 7 packages Enable the PHP-FPM Service Create the PHP-FPM Config for Apache (this is all one command)
Remove any LoadModule directives from the php.conf Remove any php_value directives from the php.conf Restart Apache This seems to achieve what you are looking for, and on a rudimentary level, appears to work. |
Hello guys,
We are going to switch to the NetSUS from Apple server. We have set up dev environment and everything works pretty well.
However, security scan shows a lot of vulnerabilities which are related to old PHP (5.4.16) and Apache (2.4.6 ) versions.
The question is: Are you going to update these components? If so, what is estimation or a deadline for this?
The text was updated successfully, but these errors were encountered: