apache¶
Installation, Start and Autostart:
# yum -y install httpd
# systemctl start httpd
# systemctl enable httpd
# firewall-cmd --permanent --zone=public --add-service http
success
# firewall-cmd --reload
success
Copy RHEL CDROM content to webserver directory¶
Documented under commands-collection yum: How to create a local repository copy from CDROM / ISO e.g. on web server.