Mac上搭建Web服务器--Apache
Posted free-thinker
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac上搭建Web服务器--Apache相关的知识,希望对你有一定的参考价值。
局域网搭建 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的主要内容,如果未能解决你的问题,请参考以下文章