apache2 debian code example
Example 1: apache commands on debian
sudo systemctl status apache2
Example 2: apache commands on debian
sudo service apache2 start
Example 3: apache commands on debian
sudo systemctl stop apache2sudo service apache2 stop