1.配置nginx
a:http://nginx.org/en/download.html下载nginx解压,dos进入到目录start
nginx.exe进行启动(或双击nginx.exe).
其他的命令:
nginx –s stop #停止nginx
nginx –s reload #重载nginx
nginx –s quit #退出nginx
b:打开nginx.conf配置文件,把下面注释去掉,把/scripts修改为$document_root
2.下载php解压(非线程安全使用fastcgi方式连接)
a:修改extension_dir路径"c:\php\5.6\ext\"
b:打开常用库扩展如:
php_bz2.dll
php_gd2.dll
php_mbstring.dll
php_mysql.dll
php_mysqli.dll
php_openssl.dll
c:时间修改为date.timezone = Asia/Shanghai
3.启动php-cgi进程:
C:\PHP\5.6>php-cgi.exe –b 127.0.0.1:9000 –c php.ini (注意dos窗口不关闭)
4.在html目录新建文件index.php测试