Installing
-
2. Installing MariaDB
How to Install MariaDB on Red Hat Linux
-
3. Setting Up Repository
How to Install Remi’s Rpm Repos on Red-Hat Linux Based
Choose the RHEL Setup.
-
4. Installing Apache & PHP
Then to Install Apache & PHP 7.4.
sudo yum --enablerepo=remi,remi-php74 install httpd php php-common
Again to Install PHP Modules.
sudo yum --enablerepo=remi,remi-php74 install php-pear php-mysqlnd php-gd php-mbstring php-mcrypt php-xml
Contents