966p
966p

Reputation: 585

Need to install libapache2-mod-php onto apache2.2.22

I have to launch old project using apache 2.2.22. (NOT 2.4.x) So I downgraded from 2.4 to 2.2 and this seems to be OK. But then I have to install libapache so I use:

apt-get install libapache2-mod-php5

and this results

The following packages have unmet dependencies:
libapache2-mod-php: Depends: apache2-api-20120211
Depends: apache2 (>=2.4)

Does somebody know how to install libapache2-mod-php to the old apache 2.2.22?

Upvotes: 1

Views: 1023

Answers (1)

966p
966p

Reputation: 585

Had to set priority of repositories for php* and libapache2-mod-php. Solved.

Upvotes: 1

Related Questions