How to Install and configure Apache httpd service on Centos 7?
Today we will look how to Install and configure Apache httpd service on Centos 7. To do this follow steps below: 1. Open command line and Install httpd : [root@tekbloq ~]# yum -y install httpd 2. open Apache configuration file and edit what you want: [root@tekbloq ~]# vi /etc/httpd/conf/httpd.conf #… Read More