Archive for January, 2017
New Ubuntu 16.04 install with Apache2 & Multiple PHP versions on the same machine
Don’t have much time time – so a very quick guide: sudo apt install openssh-server sudo apt-get install -y mc openssh-client git wget apache2 build-essential php php-json apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install php5.6-fpm a2enmod proxy_fcgi setenvif a2enconf php7.0-fpm # if you want to make 5.6 main version: > […]