completely uninstall apache from ubuntu
sudo apt-get remove --purge apache2 apache2-data apache2-utils
completely uninstall apache from ubuntu
sudo apt-get remove --purge apache2 apache2-data apache2-utils
uninstall apache2 ubuntu
#How to completely remove Apache2 on Ubuntu 20.04 and similar distributions.
#stop the apache2 service
$ sudo systemctl stop apache2
#remove apache2 packages
$ sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
# cleanup
$ sudo apt-get autoremove
# check if the apache has been removed:
#1- following command line should return a blank line
$ which apache2
# 2- following command line should return apache2: Failed to start apache2.service: Unit apache2.service not found.
$ sudo systemctl start apache2
@Oceangreen Technology - We Work For Excellence
what does const mean in java
Although reserved as a keyword in Java, const is not used and has
no function.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us