How to Install Apache Server on CentOS, RedHat, Linux

Install Apache HTTP Server
[code]yum install httpd[/code]


Set the apache service to start on boot:
[code]chkconfig --levels 235 httpd on[/code]

Comments