How to Install Apache Server on CentOS, RedHat, Linux April 17, 2012 Get link Facebook X Pinterest Email Other Apps 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
Comments
Post a Comment