Red Hat Enterprise Linux 7.3下PHP安装(2)

location ~ \.php$ {
    root          html;
    fastcgi_pass  127.0.0.1:9000;
    fastcgi_index  index.php;
    fastcgi_param  SCRIPT_FILENAME  /$document_root$fastcgi_script_name;
    include        fastcgi_params;
}

2)编写php代码

写一个php测试页info.php,放到apache/htdocs目录

1 <?php 2 phpinfo(); 3 ?>

3)重新加载nginx配置

# /usr/local/nginx/sbin/nginx -s reload

4)测试

Red Hat Enterprise Linux 7.3下PHP安装

Ubuntu 16.10 开启PHP错误提示 

Ubuntu 16.04环境中安装PHP7.0 Redis扩展

CentOS 7.x / Fedora 21 上面体验 PHP 7.0   

CentOS 7 下PHP 5.6.19编译安装详解 

在部署LNMP的时候遇到Nginx启动失败的2个问题  

PHP源码安装、简单配置、测试及连接数据库

《细说PHP》高清扫描PDF+光盘源码+全套教学视频  

CentOS 7.2下编译安装PHP7.0.10+MySQL5.7.14+Nginx1.10.1 

PHP 的详细介绍请点这里
PHP 的下载地址请点这里

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/96e78b2c90148b4d5448715167efa818.html