CARA MENGHAPUS WEBSERVER APACHE2 DARI SERVER UBUNTU: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
dw>Nato
Created page with "sudo service apache2 stop sudo apt-get purge apache2* sudo apt-get autoremove whereis apache2 CONTOH YANG MUNCUL SEPERTI INI : apache2: /etc/apache2 LANJUT HAPUS DIRECTORY APACHE DENGAN PERINTAH ; sudo rm -rf /etc/apache2"
 
m 1 revision imported
 
(No difference)

Latest revision as of 22:29, 7 February 2023

sudo service apache2 stop

sudo apt-get purge apache2*

sudo apt-get autoremove

whereis apache2
CONTOH YANG MUNCUL SEPERTI INI : apache2: /etc/apache2

LANJUT HAPUS DIRECTORY APACHE DENGAN PERINTAH ;
sudo rm -rf /etc/apache2