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 run je...
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 run je...
Mac OS X内置了Apache和PHP,所以我们只需要简单的配置就可以使用PHP。我这里以Mac OS X EI Capitan 版本10.11.3为例子。 下面的操作都是在终端中操作: 启动apache服务: sudo apachectl start 显示apache版本: sudo apachectl -v 停止apache服务: sudo apachectl stop ...
Apache是一个容器,但是默认是不支持PHP语言的,那么我们需要让Apache能够帮助我们学习和使用PHP。 先从PHP的官网下载PHP的安装包:http://php.net/downloads.php 我们用的Window操作系统,那么选择Windows downloads。 一定要下载编译过的安装包,我们以VC14(注1)编译的64位Thread Safe的为例子。 ...
启动Apache服务器之前,可以用httpd -n Apache2.4来检查配置文件是否正确。 解释一下这里命令的意思,-n表示参数后的是name同一台机器可以安装多个Apache服务,在安装的时候可以在httpd -k install -n 名称来安装多个服务。如果不指定名字,默认操作唯一安装的Apache服务。 常用的操作命令: httpd -k start httpd -k s...
我们要运行自己的应用就必须先安装一个容器,先从ApacheServer开始吧 可以从bing上搜索Apahce的官网,或者直接访问http://httpd.apache.org/download.cgi来下载。 Apache HTTP Server X.X.XX(httpd) 字样的就是要下载的Apache,选择最近版本,会跳到下载的锚点部分,如果是如果是linux,选择.tar.bz2...