Mac上搭建Web服务器

Posted eliteboy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac上搭建Web服务器相关的知识,希望对你有一定的参考价值。

开启Apache


开启Web服务器的方法有两种:

  • 打开“系统设置偏好(System Preferences)” -> “共享(Sharing)” -> “Web共享(Web Sharing)”
  • 通过在terminal终端直接运行Apache的启动命令来打开:sudo apachectl start

启动后,我们在浏览器输入  http://localhost 会发现 


技术分享图片


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

 

以上是关于Mac上搭建Web服务器的主要内容,如果未能解决你的问题,请参考以下文章

Mac上搭建Web服务器--Apache

Mac OS X上搭建ApachePHPMySQL的Web服务器

node 环境下简单web服务器搭建代码

markdown 在Intel Nuc上设置Ubuntu Web服务器,步骤和代码片段

xampp 搭建 web mac上

如何在mac系统中搭建php服务器