GNU/Linux >> Linux Esercitazione >  >> Cent OS

Come abilitare PHP 7.0 e httpd24 su Oracle Linux 7

PHP7 è disponibile e supportato su OL7. Il canale di distribuzione YUM deve essere abilitato manualmente affinché i pacchetti RPM siano disponibili:

1. Modifica /etc/yum.repos.d/public-yum-ol7.repo e assicurati di abilitare "ol7_software_collections ” repository.

[ol7_software_collections]
name=Software Collection Library release 3.0 packages for Oracle Linux 7 (x86_64)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL7/SoftwareCollections/x86_64/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1

2. Installa PHP7.0 e http24:

# yum install rh-php70-php rh-php70 httpd24-mod_ssl

3. Arresta qualsiasi altro vecchio servizio httpd e disabilitalo:

# systemctl stop httpd
# systemctl disable httpd
# systemctl status httpd

4. Avvia il servizio httpd24 e abilitalo:

# systemctl start  httpd24-httpd24-httpd.service
# systemctl enable httpd24-httpd24-httpd.service
# systemctl status httpd24-httpd24-httpd.service

5. Prova PHP7.0 e httpd24.

# echo '

' >/opt/rh/httpd24/root/var/www/html/phpinfo.php
# rpm -q elinks >/dev/null || yum install elinks
# elinks -dump http://localhost/phpinfo.php | head -15


Cent OS
  1. Come installare e utilizzare php Composer in Rocky Linux/Centos 8

  2. Come installare e abilitare il repository EPEL su Rocky Linux/Centos 8

  3. Come installare PHP 8 su CentOS 8 Linux

  4. Come nascondere la versione PHP in Linux

  5. Come installare Laravel su Linux

Come migrare CentOS Linux su Oracle Linux

Come installare e utilizzare PHP Composer su Debian 11 Linux

Come installare OpenCart su Oracle Linux 8

Come installare Joomla su Oracle Linux 8

Come installare, configurare e abilitare il servizio SSH in Linux

Come installare e utilizzare PHP Composer su distribuzioni Linux