Install Apache Web Server di Debian 10

Step by step :

  1. Install apache
    $sudo apt update
    $sudo apt install apache2
  2. Check status apache $sudo systemctl status apache2
    Output : 
    ● apache2.service – The Apache HTTP Server
    Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset:
    Active: active (running) since Sat 2019-07-27 13:55:49 PDT; 21s ago
  3. Konfigurasi firewall allow
    $sudo ufw allow ‘Apache Full’
  4. Verifikasi apache sudah jalan

Di tulis oleh: