Upgrading Apache HTTP Server 2.2 to 2.4 on Ubuntu 12.04

https://www.ivankrizsan.se/2014/07/17/upgrading-apache-http-server-2-2-to-2-4-on-ubuntu-12-04/

service apache2 stop
rm -r /etc/apache2/
apt-get remove apache2
apt-get remove apache2*
apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
apt-get autoremove
add-apt-repository ppa:ondrej/apach2
apt-get update
apt-get upgrade
apt-get install apache2

 

  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.

Leave a Reply