开启Web服务器的方法有两种:
sudo apachectl start
启动后,我们在浏览器输入 http://localhost 会发现
Apache服务器默认的web根目录在:/Library/WebServer/Documents Apache的配置文件在:/etc/apache2
/Library/WebServer/Documents
/etc/apache2
Mac上搭建Web服务器
原文:https://www.cnblogs.com/eliteboy/p/8970719.html