CentOS - How to Set the Apache Service to Start on Boot

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

Comments