美文网首页
mac如何开启http服务

mac如何开启http服务

作者: 寂寞先森666 | 来源:发表于2019-05-06 14:48 被阅读0次

//开启apache: 

 sudo apachectl start

//重启apache: 

 sudo apachectl restart

//关闭apache: 

 sudo apachectl stop

服务器根目录路径:/Library/WebServer/Documents

地址:http://127.0.0.1/timg

PS:使用过后,记得关闭服务器,要不然会一直消耗你电脑内存,后果你懂的

表示启动成功 根目录

相关文章

网友评论

      本文标题:mac如何开启http服务

      本文链接:https://www.haomeiwen.com/subject/zjwroqtx.html