码迷,mamicode.com
首页 > Web开发 > 详细

Mac 自带 apache 服务器

时间:2020-04-14 20:16:48      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:作者   测试   shu   library   打开   ifconfig   ofo   res   config   

https://www.jianshu.com/p/7cd89397e350  原地址简书  作者:Harry_Coding

1. sudo apacheclt start 启动Apache 服务器
2. sudo apacheclt restart 重启服务器
3. sudo apacheclt stop 关闭服务器

 

 

在浏览器中打开“http://127.0.0.1” 测试是否打开服务器成功;

 

Mac apache Tomcat 存储地址/Library/WebServer/Documents,打开Finder com+shift+g 输入上边路劲,我们可以将本地的html文件
放到到这里,就可以访问的到啦!

ifconfig

那么手机怎么访问呢,其实只要我们把手机和电脑连同一网络,将ip 127.0.0.1 换成电脑ip就可以了,比如说你要访问 http://127.0.0.1/dowload.html 那么在手机上你就可以访问换成电脑ip的地址:http://192.168.3.285/download.html


Mac 自带 apache 服务器

标签:作者   测试   shu   library   打开   ifconfig   ofo   res   config   

原文地址:https://www.cnblogs.com/fanqiusha1988/p/12700420.html

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