Mac是自带Apache的,我们想使用Apache服务直接进行配置就可以了。
配置前须知
Apache的主配置文件是:
/etc/apache2/httpd.conf
虚拟host配置文件是:
/private/etc/apache2/extra/httpd-vhosts.conf
启动服务
# sudo apachectl start // 启动Apache服务
# sudo apachectl stop // 停止Apache服务
# sudo apachectl restart // 重启Apache服务
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。