I have 2 websites on a single server, but one site's PHP version must be 5.2.17, and the other must be 5.5+.
I am using Ubuntu 14.04.2 LTS with Apache2 and PHP.
I have already installed PHP 5.5 (via apt-get
) and 5.2.17 (via installation from source). Can somebody tell me how to configure and use different PHP versions for each specified website? Thanks.