Preface
Setting up Mac’s built-in Apache to start automatically.
Disable
1
| sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
|
Enable
1
| sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
|
More auto-start management
Done
References
简书——haokeed