How to Install LAMP With Apache, MariaDB & PHP 7 on Red Hat Linux 8

September 15, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing MariaDB

    How to Install MariaDB on Red Hat Linux

    MariaDB Red Hat Linux Setup Guide
  2. 3. Setting Up Repository

    How to Install Remi’s Rpm Repos on Red-Hat Linux Based

    Enabling Remi’s RPM Repos

    Choose the RHEL Setup.

  3. 4. Installing Apache & PHP

    Then to Install Apache & PHP 7.4.

    sudo dnf --enablerepo=remi,remi-php74 install httpd php php-common

    Again to Install PHP Modules.

    sudo dnf --enablerepo=remi,remi-php74 install php-pear php-mysqlnd php-gd php-mbstring php-mcrypt php-xml
    

    Thanks to if-not-true-then-false.com

Contents


QuickChic Theme • Powered by WordPress