Showing posts with the label Apache Web ServerShow All

Install Apache Web Server on RedHat/CentOS 7

Apache is available within CentOS’s default software repositories, which means you can install it with the  yum  package manager. yum install -y httpd You might need to allow HTTP(port 80) and HTTPS (port 443) from firewall, use below:

Read more