Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active November 22, 2017 01:57
Show Gist options
  • Save ThaddeusJiang/5011a08e50ae34a84a3f224200268e5e to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/5011a08e50ae34a84a3f224200268e5e to your computer and use it in GitHub Desktop.
使用 Mac 自带 Apache2 运行文件本地服务器

查看 MacOS 自带 Apache2 版本

$ apachectl -v

启动 Apache2 后,浏览器打开http://localhost ,显示It works!说明Apache已经启动。

$ apachectl start

Apache的默认根目录/Library/WebServer/Documents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment