Follow these steps:
1) create file /etc/init.d/apache
This file will contain the startup commands for apache
2) create a link to this file
> cd /etc/rc2.d
> ln -s /etc/init.d/apache S98apache
Voila! That should be it, and providing the commands in your /etc/init.d/apache file are correct, apache should start automagically.