2

I need to update Apache to version 2.2.25 on ubuntu 13.04 I have tried installing the update from apt-get but the package is showing as 2.2.22

Can anyone help?

fossfreedom
  • 174,526

1 Answers1

2

You can't install yet Apache 2.2.25 using apt-get because Apache 2.2.25 is not yet included in Ubuntu repositories. To see what versions are available in repositories, you can use the following command:

apt-cache showpkg apache2

But you can install by downloading it from here:

It's a .tar.gz file (httpd-2.2.25.tar.gz), so you can be interested also by:

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407