欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

linux - centos中查询php配置文件

程序员文章站 2022-04-14 13:47:16
...

在服务器中安装了php和apache,但是由于apache不解析PHP所以需要查找PHP的配置文件去配置,然而我使用了find / -name 'php.ini' 无法找到PHP配置文件,但是用php -version 可以查看到PHP的版本,求高手解答.使用了php --ini 找到路径,却无法找到那个配置文件.
附上截图.
linux - centos中查询php配置文件

linux - centos中查询php配置文件

linux - centos中查询php配置文件

linux - centos中查询php配置文件

回复内容:

在服务器中安装了php和apache,但是由于apache不解析PHP所以需要查找PHP的配置文件去配置,然而我使用了find / -name 'php.ini' 无法找到PHP配置文件,但是用php -version 可以查看到PHP的版本,求高手解答.使用了php --ini 找到路径,却无法找到那个配置文件.
附上截图.
linux - centos中查询php配置文件

linux - centos中查询php配置文件

linux - centos中查询php配置文件

linux - centos中查询php配置文件

你搜索find / -name php.ini-development或者find / -name php.ini-production试试看呢

命令php --ini
可以找到配置在哪

php -i | grep "Configuration File"

linux - centos中查询php配置文件

相关标签: php linux apache