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