how to restart apache2 in debian code example
Example 1: how to start a web server linux
#how to start a web server linux
sudo service apache2 start
Example 2: how to stop a web server linux
# how to stop a web server linux
sudo service apache2 stop