mac 自带 Apache(httpd)

取消 Apache (httpd) 开机启动

取消启动

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

启动

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

Apache 服务

停止 sudo /usr/sbin/apachectl stop

开启 sudo /usr/sbin/apachectl start

重启 sudo /usr/sbin/apachectl restart

检查配置文件是否正确 sudo /usr/sbin/apachectl -t

posted on 2015-10-09 22:55  快乐心情  阅读(123)  评论(0)    收藏  举报

导航