Jump to content

Apache: Difference between revisions

From Wiki
Created page with "==Installasi== sudo apt update sudo apt upgrade sudo apt install -y apache2 apache2-utils ==Source== *[https://bit.ly/3Hy3Daj linuxbabe.com]"
 
No edit summary
Line 8: Line 8:
==Source==
==Source==
*[https://bit.ly/3Hy3Daj linuxbabe.com]
*[https://bit.ly/3Hy3Daj linuxbabe.com]
[[Category:Server]]
[[Category:Website]]

Revision as of 18:33, 17 November 2021

Installasi

sudo apt update
sudo apt upgrade
sudo apt install -y apache2 apache2-utils

Source