Answers for "apache 2.4 uninstall service"

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 "apache 2.4 uninstall service"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language