I have Apache and PHP 7.4 installed on my Ubuntu 20 server on VPS. But I also need to have PHP 7.0 for one project which does not run on Php 7.4.
Is this possible?
I have Apache and PHP 7.4 installed on my Ubuntu 20 server on VPS. But I also need to have PHP 7.0 for one project which does not run on Php 7.4.
Is this possible?
You can have only one version of PHP loaded as Apache module. However, you can install another version of PHP and use it in CGI mode for selected directories. The Apache configuration for this will be a bit complicated, but it seems doable.