We can see this comment in nginx.conf.

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

Means: When the nginx handle PHP, FastCGI server need to be runned.

so Before starting the nginx,we should run FastCGI first.

/PHPROOT/php-cgi.exe -b 127.0.0.1:9000

There is no magic. You have to run the server what the nginx need.

最新文章

  1. splitFile2SmallFile
  2. MySQL中的information_schema数据库详解
  3. angular.element的常用方法
  4. select..in(参数化) 解决注入式问题
  5. jquery自动焦点图
  6. 基于DOM的XSS注入漏洞简单解析
  7. phpcms安装完成后总是跳转到install/install.php
  8. zabbix 四张大表分区
  9. 搭建MyBatis框架
  10. Android EventBus现实 听说你out该
  11. Collections笔记
  12. win10 uwp 绑定静态属性
  13. Unix 文件系统读写时权限校验
  14. 26)django-form字段和插件widgets
  15. Django-models & QuerySet API
  16. centos7学习笔记-安装配置apache
  17. python logging日志模块
  18. C++ friend友元函数和友元类(转)
  19. Ubutu16.04+Cuda9.2/9.0+Cudnn7.12/7.05+TensorFlow-gpu-1.8/1.6
  20. 卖给高通之后的CSR的现状和未来

热门文章

  1. jq操作select集合
  2. 《精通Spring4.X企业应用开发实战》读后感第五章(装配Bean,依赖注入)
  3. day10servlet编程
  4. 2014年第五届蓝桥杯国赛 Log大侠(区间合并+Java递归效率分析)
  5. 使用LinearLayout实现ListView,解决ListView和ScrollView滚动冲突
  6. 在UI程序设计中使用BackgroundWorker进行多线程异步处
  7. UNPIVOT逆透视以及动态逆透视存储过程
  8. 数据可视化系列--svg入门基础(一)
  9. c#---delegate关键字
  10. 洛谷P1549 棋盘问题(2)