我注意到,虽然安装nginx,它告诉我PCRE不可用。
我安装了PCRE:yum install -y pcre
当我重新启动nginx时,它显示这个错误: 使用正则expression式“.php $”需要nginx.conf中的PCRE库 磁盘文件系统ext4上的I / O Xen Server在centos 6 64位上安装hamachi v1添加驱动器到Logwatch磁盘空间检查如何在Centos 5中作为后台程序运行服务使用用户apachevalidationpostfix / dovecot
当我重新启动nginx时,它显示这个错误:
使用正则expression式“.php $”需要nginx.conf中的PCRE库
我想启用PHP-FPM。 我该怎么办?
我正在使用CentOS。
您可能需要重新运行configure,然后在安装pcre之后再次创buildnginx。