I'm currently learning the Linux environment, and decided to manually install the Apache server. For educational purposes, I've compiled it into:
/server/apache
The http.conf location is configured correctly. It works -- I can open up a browser and navigate to localhost and see the "It works" message. But how does one goes about adding Apache into Ubuntu's startup so I won't have to do:
sudo /server/apache/bin/apachectl start
all the time? Can somebody explain how does one goes into adding programs to the Ubuntu startup (10.10 64 bit)?