摘要: 启动Apache 常用的几个命令如下 // 启动Apache服务 sudo apachectl start // 重新启动Apache服务 sudo apachectl restart // 关闭Apache服务sudo apachectl stop // 查看Apache的版本 httpd -v 阅读全文
posted @ 2016-04-01 11:12 bytehello 阅读(9) 评论(0) 推荐(0)