Using Upstart after building Apache & Mysql from source
- by Tek
I'm using Ubuntu 10.10, Apache 2.2.17 and Mysql 5.5.10.
I need some assistance getting Apache and Mysql running on boot.
Reading the getting started over at upstart website attempting to get it to work.
I added /etc/init/apache2.conf
along with the following line:
exec /usr/local/apache2/bin/apachectl
I'm probably doing everything wrong, could someone point me in the right direction? Thanks. :)