I have just used apt-get update and my apache has been updated to 2.4.6.
apt-get update
2.4.6
i want to install apxs for compiling modules and i get this error
In Ubuntu, when setting up Apache2 + PHP, apxs is actually not needed anymore. You should install libapache2-mod-php instead. sudo apt install apache2 sudo apt install libapache2-mod-php
sudo apt install apache2
sudo apt install libapache2-mod-php