Apache Httpd常用命令

来源:互联网 发布:软件开发工程师培训班 编辑:程序博客网 时间:2024/06/03 14:51
启动: sudo apachectl start
重启: sudo apachectl restart
关闭:   sudo apachectl stop
检查配置文件: sudo apachectl -t
0 0