Upgrade Apache to Latest Version in Ubuntu Server 20

apache2 -v

// To get Apache2 updated, add below repository 
sudo add-apt-repository ppa:ondrej/apache2 

sudo apt update

sudo apt install apache2

apache2 -v

sudo systemctl restart apache2