RHEL: Extracting rpm files
Navigate to folder you will extract files to
Some notes from work
Navigate to folder you will extract files to
Edit sshd_config Replace text in file with below Edit visudo, and add following row in section Same thing without a password and uncomment row, save and exit file.
Run following command to change hostname
empty file and run command
To see SELinux rule run pipe to filter for specifig rule or service Turn on or off an rule -P for persistant To turn off / on SELinux run Verify if SELinux is enabled To see SELinux logs
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
Add EPEL and REMI repositories Enable PHP 7.4 Remi Module
Upload certificate file to server. If it is a pfx file you need to split it up. Extract private key Extract certificate Move certificate files Create an passphrase file Change permissions on file, only root has execute permission Add follwing row in httpd.conf Add following rows on virtualHost for site
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
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