Apache 服务启动和停止
2018-03-22 本文已影响100人
间歇_持续
启动:sudo apachectl start
停止:sudo apachectl stop
重启:sudo apachectl restart
查看 Apache 版本 httpd -v
浏览器打开 http://127.0.0.1 可以看到 It works! 的页面,表示启动成功
启动:sudo apachectl start
停止:sudo apachectl stop
重启:sudo apachectl restart
查看 Apache 版本 httpd -v
浏览器打开 http://127.0.0.1 可以看到 It works! 的页面,表示启动成功