Answers for "how to uninstall apache2 in mac terminal"

1

Completely uninstall apache2

$sudo service apache2 stop

$ sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
$ sudo apt-get autoremove

$ whereis apache2
Posted by: Guest on July-16-2021

Code answers related to "how to uninstall apache2 in mac terminal"

Browse Popular Code Answers by Language