How to stop an Apache 2 server or service in Linux?
Originally Published Here ๐!
To stop an Apache 2 server or service, we can use the systemctl command-line utility followed by the stop apache2.service command in Linux.
# Stops apache 2 service
sudo systemctl stop apache2.service
What is systemctl?...
melvingeorge-me.hashnode.dev1 min read