主题
Welcome to Jekyll!
You’ll find this post in your
_posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to runjekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.Mac 使用Apache和PHP
Mac OS X内置了Apache和PHP,所以我们只需要简单的配置就可以使用PHP。我这里以Mac OS X EI Capitan 版本10.11.3为例子。
让Apache支持PHP语言
Apache是一个容器,但是默认是不支持PHP语言的,那么我们需要让Apache能够帮助我们学习和使用PHP。
Apache Server常用命令
启动Apache服务器之前,可以用httpd -n Apache2.4来检查配置文件是否正确。
安装Apache Sever
我们要运行自己的应用就必须先安装一个容器,先从ApacheServer开始吧