18
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacのデフォルトApacheの自動起動・解除

Last updated at Posted at 2015-10-09

MAMPを動かそうとした時にハマった
自動起動のコマンドはよく描いてあるけど、自動起動解除はあまりなかったので

自動起動

$ sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist

自動起動解除

$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

loadをunloadに変えるだけ

これで無事にMAMPが動いた

18
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?