关于nginx不解析php的问题
我的php-fpm已经配置,端口也是ok的我的nginx使用的fastcgi和php-fpm是一样的2个进程都是ok的现在一打开网站本地虚拟路径就直接下载php文件,ht...
我的php-fpm已经配置,
端口也是ok的我的nginx使用的fastcgi和php-fpm是一样的
2个进程都是ok的
现在一打开网站本地虚拟路径就直接下载php文件,
html是认的。
所以一直不明白还有神马地方错了,
或者有神马办法测试是神马地方错了么? 展开
端口也是ok的我的nginx使用的fastcgi和php-fpm是一样的
2个进程都是ok的
现在一打开网站本地虚拟路径就直接下载php文件,
html是认的。
所以一直不明白还有神马地方错了,
或者有神马办法测试是神马地方错了么? 展开
2个回答
2015-05-03
展开全部
进入php源程序目录中的ext目录中,这里存放着各个扩展模块的源代码,选择你需要的模块,比如curl模块:cd curl
执行phpize生成编译文件,phpize在PHP安装目录的bin目录下
/usr/local/php5/bin/phpize
运行时,可能会报错:Cannot find autoconf. Please check your autoconf installation and
the $PHP_AUTOCONF
environment variable is set correctly and then rerun this
script.,需要安装autoconf:
yum install autoconf(RedHat或者CentOS)、apt-get install
autoconf(Ubuntu Linux)
/usr/local/php5/bin/php -v
执行这个命令时,php会去检查配置文件是否正确,如果有配置错误,
这里会报错,可以根据错误信息去排查!
执行phpize生成编译文件,phpize在PHP安装目录的bin目录下
/usr/local/php5/bin/phpize
运行时,可能会报错:Cannot find autoconf. Please check your autoconf installation and
the $PHP_AUTOCONF
environment variable is set correctly and then rerun this
script.,需要安装autoconf:
yum install autoconf(RedHat或者CentOS)、apt-get install
autoconf(Ubuntu Linux)
/usr/local/php5/bin/php -v
执行这个命令时,php会去检查配置文件是否正确,如果有配置错误,
这里会报错,可以根据错误信息去排查!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询