I have an old Ubuntu server (dapper) running apache 2.0.x that I need to upgrade. I want to upgrade apache to the latest version of 2.0 and not upgrade to apache 2.2.
If I do an sudo apt-get install apache2 it takes me all the way up to 2.2.4 which I don't want. I'd like to stay on 2.0.x but upgrade to the most up to date version.
How can I do this using apt-get?
Thanks!