Apache Httpd常用命令

启动: sudo apachectl start
重启: sudo apachectl restart
关闭:   sudo apachectl stop
检查配置文件: sudo apachectl -t
原文地址:https://www.cnblogs.com/liuruichao/p/4005889.html