After installing and configuring MySQL 8.0.30, I installed the
Apache Web Server, PHP and the MySQLi packages. Here are the
step-by-step instructions after installing and configuring the
MySQL Server and provisioning a student user and the sakila and
studentdb databases (blog for those steps). After installing the
major components, I completed the HTTPS configuration steps for
Apache 2.
The installation steps are:
- Install the Apache packages as the sudoer user with
this command:
sudo dnf install -y httpd
- Enable Apache as the sudoer user with this command:
chkconfig httpd on
This returns the following completion message:
Note: Forwarding request to 'systemctl enable httpd.service'. Created symlink …