Manual WordPress Deployment on Rocky Linux 8.9 with LAMP Stack
Environment Setup
Rocky Linux 8.9 is used as the depolyment environment. Install Apache, MariaDB, and PHP manually. Disable SELinux and firewalld for testing purposes:
# Set SELinux to permissive mode temporarily
setenforce 0
# Disable firewalld
systemctl stop firewalld
systemctl disable firewalld
Apache Configuration
Installation
yum install ...
Posted on Wed, 20 May 2026 01:59:38 +0000 by fragger