Shell/Bash: ubuntu 14 apache2 graceful restart Example
Shell/Bash Example: This is the "ubuntu 14 apache2 graceful restart" Example. compiled from many sources on the internet by SimpleTutorials.org
ubuntu 14 apache2 graceful restart
# Restart Apache 2 server on Linux/Unix sudo service apache2 restart # Start Apache 2 server on Linux/Unix sudo service apache2 start # Stop Apache 2 server on Linux/Unix sudo service apache2 stop # Reload Apache 2 server on Linux/Unix "No downtime!" sudo service apache2 reload
How to start apache2 server
# Start Apache 2 server on Linux/Unix sudo service apache2 start
apache restart ubuntu
sudo service apache2 restart
how to stop a web server linux
# how to stop a web server linux sudo service apache2 stop
* Summary: This "ubuntu 14 apache2 graceful restart" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!