chkconfig --level 2345 httpd on
will start Apache at boot on run levels 2, 3, 4 and 5.
You can also start and stop it manually using
service httpd start / stop / restart