Hi all,
Trying to install GIT on my server (Debian7) through SSH, i ran the following command because apt-get install git-core wasn't working:
apt install make libssl-dev libghc-zlib-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip
After this, it seems that Apache2 got an upgrade and there...