I'm running apache with mod_ssl on ubuntu 13.10. When I set up the server, I compiled apache with openssl from source. This made updating my server to not be vulnerable to heartbleed a big pain, especially since I'm not a professional webmaster or sysadmin, I'm a web developer.
Why does apache have to be compiled manually? Why can't I just execute
sudo apt-get install apache
This is the way I install all the rest of my software. Whats so special about apache?
Alternatively, is there an easier way that I'm unaware of?