If you are running Debian 5.0 you are running Stable a.k.a Lenny. If you haven't changed you repositories and left them to Stable or Lenny you get the package installed which belong to Lenny. If there is no newer Apache in Lenny than you version it won't get installed.
Quote:
Originally Posted by elvisious
What do I need to do to get the latest version?
|
You could change the version in /etc/apt/sources.list from Lenny or Stable to Squeeze or Testing. That wil install the latest Debian version of Apache, including a few dozens of other upgraded packages.
Quote:
Originally Posted by elvisious
Isn't it unsecure to not have the latest version?
|
No, not if you follow the security repositories which should be in you sources.list:
Code:
deb-src http://security.debian.org/ lenny/updates main contrib
Security updates are done in Stable, and those are the only updates, no version updates.
In general, if you run a server, stick with Stable. If it is a home project, use Testing.
jlinkels