本文介绍了在 CentOS 7 上使用 Apache 的多个 PHP 版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
任何人都可以在这里指导我在 CentOS 7 上使用一个 apache 实例安装和配置 Multi PhP 的方法,以及测试它的正确方法..
Can anyone here instruct me way to install and configure Multi PhP with one apache instance on CentOS 7, and the proper way to test it..
推荐答案
安装所有必要的 repos 和包
非常感谢 https://rpms.remirepo.net/wizard/
以下命令假设您已经 sudo su -
或者您必须将 sudo 添加到每个命令:
install all the necessary repos and packages
big thanks to https://rpms.remirepo.net/wizard/
the following commands assume you already sudo su -
or you will have to add sudo to each of the commands:
停止两个 fpm 服务器
默认监听 127.0.0.1 端口 9000,让它们监听不同的端口
现在可以在不同的端口上启动两个不同版本的 fpm
制作脚本包装器以调用 php56-cgi 和 php72-cgi
make script wrapper to call php56-cgi and php72-cgi
让它们被 apache 执行
为 apache 创建 php 配置.默认情况下它运行 php56-fcgi 处理程序
制作测试页面,创建.htaccess以使用php72-fcgi
现在你应该可以测试它了
(http://127.0.0.1/php56)
(http://127.0.0.1/php72)
这篇关于在 CentOS 7 上使用 Apache 的多个 PHP 版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!
本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!