RHEL8: Install Joomla

Install PHP with this guide RHEL8: Install php 7.4 then activate PHP Modules Create Joomla Database and remote user through mariadb: Create database and User Install some prereqs Download joomla Unzip to www path Set permisions and ownership Use following settings in virtual host file for site, Note this will force SSL Then browse https://domain.se… Continue Reading RHEL8: Install Joomla

RHEL8: Install apache

Verify and run update Install apache and verify installation Start, enable and verify apache service Add firewall rules Configure virutal hosts Create folders for virtual host and set required permissions Activate virtual host in apache, edit httpd.conf add this row at the bottom of the file. Create virtual host file for your website Add following… Continue Reading RHEL8: Install apache

RHEL8: Install and configure MariaDB

Create a seperate disk for db files, follow RHEL8: Configure datadisk Verify updates Install mariadb server Start, enable and check status of mariadb service Configure mysql secure installation Verify installation Allow remote access to mariadb server Open firewallport for mariadb Change bind-address in mariadb config file with server IP SELinux might block, Verify if SELinux… Continue Reading RHEL8: Install and configure MariaDB