当前位置: 首页 > 知识 >正文

nginx php空白页 fastcgi_param

This module allows Nginx to interact with the FastCGI process and control the parameters passed to the process.

其实就是服务器把过去需要的一些参数传递给你处理php的cgi,php至少要有以下两个参数才能执行。

Below is an example of the minimally necessary parameters for PHP:

fastcgi_param SCRIPT_FILENAME /home/www/scripts/php$fastcgi_script_name;

fastcgi_param QUERY_STRING $query_string;

Parameter SCRIPT_FILENAME is used by PHP for determining the name of script to execute, and QUERY_STRING contains the parameters of the request.

所以php无法解释我们没有定义系统变量SCRIPT_FILENAME时的执行情况。

这个变量的定义可以写在nginx的配置文件nginx.conf中,也可以外部编写,通过include的方式包含在nginx.conf中。

相关文章:
  • 5月25日基金净值:东方红中国优势混合最新净值1.647,跌0.66%
  • 7月3日基金净值:南方改革机遇最新净值1.693,涨0.42%
  • 4月13日基金净值:南方创业板ETF最新净值2.5717,跌0.97%
  • 6月8日基金净值:鹏华品质精选混合A最新净值0.7293,跌0.45%
  • 5月30日基金净值:华安优势企业混合A最新净值0.5941,跌0.12%
  • 7月3日基金净值:华夏科技创新混合A最新净值1.6131,涨0.8%
  • 6月15日基金净值:交银持续成长主题混合A最新净值1.7969,涨3.84%
  • 5月24日基金净值:鹏华前海万科REITS最新净值101.19,跌0.15%
  • 先锋基金与吉林九台农村商业银行代销基金关系终止
  • 5月22日基金净值:南方军工改革灵活配置混合A最新净值1.3359,跌0.37%