sudo lsof -n -i:80 | grep -i LISTEN
开机关闭 apache
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
开机启动 apache
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
sudo lsof -n -i:80 | grep -i LISTEN
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist