// 启动Apache
sudo apachectl -k start
// 重启Apache
sudo apachectl -k restart
// 停止Apache
sudo apachectl -k stop
Mac 配置Apache
最新推荐文章于 2024-08-21 16:01:29 发布
// 启动Apache
sudo apachectl -k start
// 重启Apache
sudo apachectl -k restart
// 停止Apache
sudo apachectl -k stop