if you want your apache server to load automatically when you start your server and while linux is loading, you can send this command:

chkconfig --levels 235 httpd on


note: i've tested this to work ok on fedoar and redhat, might not work on other distributions.