Contents

Web Server

Cara install apache2 Web Server Linux

Update & upgrade system

sudo apt update
sudo apt upgrade

install apache2

sudo apt install apache2

start server apache2

sudo systemctl start apache2

enable server apache2 on boot

sudo systemctl enable apache2

Stop webserver

sudo systemctl stop apache2

Disable apache2 on boot

sudo systemctl disable apache2