Install Apache2 on Linux

Install Apache2 on Linux

This tutorial goes through installing apache2 on bare metal. Nothing special. No configurations. Just installation. Supports major distros.

Install Apache2

This one liner should install the Apache2 web server, ready to go.

							
							
					sudo apt-get install apache2 -y # for Debian/Ubuntu related systems
sudo yum install -y httpd # for CentOS/RHEL based systems
sudo dnf install -y httpd # for Fedora systems				
			

That’s it! I hope you found it useful or at least enjoyed just the read!

Walter Miely is a tech entrepreneur and CEO of Phoenix Ignited Tech You can find him on Linkedin. This material is licensed under the CC BY 4.0 License LEGAL DISCLAIMER: The content provided here is provided AS IS, and part of, or the entirety of this content may be incorrect. Please read the entireLegal Disclaimer here.