2

Is there a way to replace Apache 2.4 with Apache 2.2 on debian? All the "apache2" packages now install 2.4.

user9517
  • 114,104
  • 20
  • 206
  • 289
user176392
  • 31
  • 1
  • 2

1 Answers1

2

As of http://packages.debian.org/search?keywords=apache&searchon=names&suite=all&section=all&sourceid=mozilla-search the Apache version in the repositories is 2.2 for all releases including Jessie.

Just >= Sid has 2.4.

If you find your system install 2.4 it means you're on Sid (or Experimental), so edit /etc/apt/sources.list replacing sid or testing with wheezy or jessie, and run apt-get update.

fsoppelsa
  • 457
  • 1
  • 6
  • 12