Skip to content

Instantly share code, notes, and snippets.

@edvakf
Last active April 28, 2016 02:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edvakf/a871d5606ae5a3122c84000009477681 to your computer and use it in GitHub Desktop.
Save edvakf/a871d5606ae5a3122c84000009477681 to your computer and use it in GitHub Desktop.
# apache2を再起動
sudo systemctl restart apache2
# apache2の設定を再読み込み
sudo systemctl reload apache2
# apache2を止める
sudo systemctl stop apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment