Install Php Apache Centos 7 Epel

9/7/2018
39 Comments
Install Apache Web Server Centos

Here's a complete step by step tutorial for installing Apache 2, MariaDB 10.2 and PHP 7. Credit Scoring For Risk Managers Elizabeth Mays Pdf Printer. 1 on a brand new CentOS 7 server right from the command line.

Wget wget rpm -Uvh remi-release-7*.rpm epel-release-7*.rpm If you already have EPEL installed: wget rpm -Uvh remi-release-7*.rpm Enabling the Repo Now we need to make sure the repo is enabled and select which version you want to install. We need to head over to /etc/yum. Download Driver Hp Dc5800 Windows Xp. repos.d you should inside see a file called remi.repo.

Open the file in your favourite editor (Nano, Pico, Vi etc), you’ll see a number of sections. We need to make sure that the first section [remi] is enabled: [remi] name=Les RPM de remi pour Enterprise Linux 6 - $basearch #baseurl=mirrorlist=enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi Note the line enabled=1 make sure this is set! Now technically you can actually go ahead and install PHP, but you will only get PHP 5.4.*. Which might be want to you want is so skip ahead to the next section! If we want PHP 5.5 or PHP 5.6 we need to do a bit more work, further down in the repo.repo file you will see two additional sections [remi-php55] and [remi-php56], decide which PHP version you want to install and then enable the correct.

So for PHP 5.6 we would change to: [remi-php56] name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch #baseurl=mirrorlist=# WARNING: If you enable this repository, you must also enable 'remi' enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi Once you made your changes save your modified file and quit your editor. Installing PHP sudo yum install php php-gd php-mysql php-mcrypt As you can see PHP is installing version 5.5.20-2.el6.remi from the remi-php55 repo! Once you have hit Y to confirm the install restart apache and magical unicorns you have a better version of PHP! You can also change your mind in the future by going back into the remi.repo file and enable a different PHP version and then run yum update and if you have moved from 5.5 to 5.6 it will upgrade PHP for you.

Canon Mg2470 Software Resetter more. If you want to downgrade for any reason you will need to remove PHP (sudo yum remove php*) and then reinstall the PHP modules you want.