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

Mac上搭建Web服务器--Apache

时间:2019-05-30 17:52:18      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:图片   apach   配置文件   web   ip地址   sudo   src   nts   mac os   

局域网搭建 Web 服务器测试环境,因为Mac OS X 自带了 Apache 和 PHP 环境,我们只需要简单的启动它就行了。

1.命令:sudo apachectl start

Apache服务器默认的web根目录在:/Library/WebServer/Documents
Apache的配置文件在:/etc/apache2

相关命令:

停止 Apache:sudo apachectl stop

重启 Apache:sudo apachectl restart

2.浏览器输入:http://localhost

技术图片

 



3.将一个html文件拷贝到/Library/WebServer/Documents 文件夹下
技术图片

 


4.浏览器中访问,测试文件名为test.html的文件,格式:本机IP/静态网页,http://192.168.1.112/test.html

查看IP地址:偏好设置-->网络


Mac上搭建Web服务器--Apache

标签:图片   apach   配置文件   web   ip地址   sudo   src   nts   mac os   

原文地址:https://www.cnblogs.com/Free-Thinker/p/10950771.html

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