Update Apache2 to 2.4 on Debian 6

http://serverfault.com/questions/565777/update-apache2-to-2-4-on-debian-6

I just updated my PHP to latest version using dotdeb
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
Is there anything like dotdeb repositories for apache2 for Debian 6? I searched google for repositories but could not find anything.
share|improve this question
You can list all available versions of a package and install the desired one or latest:
You need to do the following:
apt-cache showpkg <pachagename>
The above command will display list of available versions for this package. Then select the needed version and do the following.
apt-get install <packagename>=<complete version name>
Example:
apt-cache showpkg apache2
apt-get install apache2=2.2.14-5ubuntu8.7
share|improve this answer

Subscribe to receive free email updates:

0 Response to "Update Apache2 to 2.4 on Debian 6"

Post a Comment