Ubuntu : Installing Apache
Installing Apache, root@th-ubuntu2:/home/taehee# apt update root@th-ubuntu2:/home/taehee# apt install apache2 root@th-ubuntu2:/home/taehee# ufw allow 'Apache' root@th-ubuntu2:/home/taehee# service apache2 status ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: active (running) since Mon 2019-04-15 09:19:48 UTC; 1min 31s ago Main PID: 19093 (apache2) Tasks: 55 (limit: 4708) CGroup: /system.slice/apache2.service ├─19093 /usr/sbin/apache2 -k start ├─19094 /usr/sbin/apache2 -k start └─19095 /usr/sbin/apache2 -k start Apr 15 09:19:48 th-ubuntu2 systemd[1]: Starting The Apache HTTP Server... Apr 15...