启动Apache
常用的几个命令如下
// 启动Apache服务
sudo apachectl start
// 重新启动Apache服务
sudo apachectl restart
// 关闭Apache服务sudo
apachectl stop
// 查看Apache的版本
httpd -v
在终端里启动Apache,然后在浏览器中输入localhost ,当你看到It works!就说明启动成功了。
常用的几个命令如下
// 启动Apache服务
sudo apachectl start
// 重新启动Apache服务
sudo apachectl restart
// 关闭Apache服务sudo
apachectl stop
// 查看Apache的版本
httpd -v
在终端里启动Apache,然后在浏览器中输入localhost ,当你看到It works!就说明启动成功了。