Hi,
I am re-building my web server from scratch. Originally, I installed Mandrake 10.0, Apache, PHP, ... using the installation GUI. If the lights went out because of a storm or something

, once the lights came back on all I had to do was push the power button and I would have a fully funcional web server again.
Well, the version of Apache and PHP that came on the Mandrake CDs is now old and I am re-building my server. I installed Mandrake from the CDs, but I left Apache and PHP to install later via downloaded source code.
After installed, they work great. Just like I expected. But if I power down/power up my server, Apache doesn't start automatically. I have to type something of the sort:
Code:
/usr/local/apache2/bin/apachectl start
I understand what that command line does, but why isn't httpd a service that automatically starts when all other things are initiated at bootup?
I also understand you can create a cron job that runs certain command lines at start up. Can someone give me some pointers on that?
Thanks,
ian