Skip to content

Instantly share code, notes, and snippets.

@ekka21
Created July 26, 2012 03:38
Show Gist options
  • Save ekka21/3180102 to your computer and use it in GitHub Desktop.
Save ekka21/3180102 to your computer and use it in GitHub Desktop.
Linux: restart apache
sudo service httpd graceful
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment