Mac OS x重新启动Apache Web服务器
时间:2020-01-09 10:43:15 来源:igfitidea点击:
如何在Mac OS X操作系统下重新启动Apache Web服务器?
apachectl命令充当Apache HTTP Server控制界面。
它可用于从命令行启动,停止和重新启动Apache Web服务器。
打开终端,然后执行以下命令之一:
sudo apachectl restart
或者
sudo apachectl -k restart
在Mac OS X下重新启动Apache
停止Apache Web服务器
sudo apachectl -k stop
启动Apache Web服务器
sudo apachectl -k start