Apache

Pertama update system package

sudo apt-get update -y

Selanjutnya jalankan command untuk install apache2

sudo apt install apache2 -y

Enable dan start service apache2

sudo systemctl enable apache2 && sudo systemctl start apache2

Last updated