使用正则表达式“\.php$”需要 nginx.conf 中的 PCRE 库

使用正则表达式“\.php$”需要 nginx.conf 中的 PCRE 库

我注意到在安装 nginx 时,它告诉我 PCRE 不可用。

我安装了 PCRE: yum install -y pcre

当我重新启动 nginx 时,显示以下错误:

使用正则表达式“.php$”需要 nginx.conf 中的 PCRE 库

我想启用 PHP-FPM。我应该怎么做?

我正在使用 CentOS。

答案1

安装 pcre 后,您可能需要重新运行 configure,然后再次创建 nginx。

相关内容