Question: In this lab you will perform the installation and configuration of a Web server: Installation of Apache Follow the Apache installing and configuring attached file

In this lab you will perform the installation and configuration of a Web server: Installation of Apache
Follow the Apache installing and configuring attached file to page 5
or
use the follwing commands
sudo apt update
sudo apt install apache 2
sudo ufw app list
'sudo ufw allow 'Apache
sudo ufw status
ifconfig
sudo systemctl status apache 2
sudo systemctl stop apache 2
sudo systemctl start apache 2
sudo systemctl restart apache 2
sudo systemctl reload apache 2
open your web browser
type your ip address -> enter
the default ubuntu Apache web page show it works
/cd /va/www/html
Is
sudo touch public.html
sudo vi public. h tml then write
type your ip address/public.html
Explain the red line commands
Apache installing and configuring.pdf

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!