How to Install Apache on Linux – Ubuntu
Do you need to install the Apache web sever on top of Ubuntu? Join Don Pezet in this Linux How To video to the learn how to easily install, enable, and begin using Apache on your machine.
Step 1: Install Apache package
sude apt install apache2
Step 2: Enable Apache
sudo systemctl enable –now apache2
Step 3: Check Firewall
sudo ufw status
Step 4: Open Firewall
sudo ufw allow ‘Apache’
Looking for Linux training? Check out all of Don’s Linux courses at ITProTV: https://go.itpro.tv/courses-linux
Connect with Don Pezet:
Twitter: https://twitter.com/DonPezet
LinkedIn: https://www.linkedin.com/in/donpezet/
Blog: blog.itpro.tv
Enjoying this show? Get access to more online IT skills and certification training from ITProTV. Home of binge-worthy learning, ITProTV offers teams and individuals 5800+ hours of engaging & effective on-demand video training for the latest technology skills. Watch live or on-demand daily. Start learning free at ITProTV: https://go.itpro.tv/start-learning-now
#installapachelinux #installapacheubuntu #apacheinstallation
ubuntu