码迷,mamicode.com
首页 > 系统相关 > 详细

启动MacOS 本地服务

时间:2018-11-19 12:41:32      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:red   服务器   key   pow   documents   cos   follow   word   添加   

MacOS 自带Apatch服务器, 在浏览器输入 http://127.0.0.1/  出现it works,代表访问成功

一. 启动

启动

sudo apachectl start

重启

sudo apachectl restart

关闭

sudo apachectl stop

 

二.添加文件

将文件添加到该路径下, 在浏览中输入地址即可访问(如: http://127.0.0.1/PoweredByMacOSX.gif )

/Library/WebServer/Documents 

 

三.访问

1.本机访问

找到本机 IP 地址, 在本机safari中输入 http://10.198.44.51 即可访问和 http://127.0.0.1 一样的效果

2.其他电脑/手机访问

保证在同一局域网

 

参考: https://blog.csdn.net/lovechris00/article/details/79408705

 

启动MacOS 本地服务

标签:red   服务器   key   pow   documents   cos   follow   word   添加   

原文地址:https://www.cnblogs.com/daxueshan/p/9982256.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!