php升级 - 正在运行中的服务器,如何平滑从php5.2升级到php5.3 ,linux+php-fpm+nginx
阿神
阿神 2017-04-10 14:57:23
0
1
531

架构是linux+php-fpm+nginx,不想停止服务,最好能 /etc/init.d/php-fpm reload 一下就生升级完成。

阿神
阿神

闭关修行中......

reply all(1)
PHPzhong

编译一个php5.3,然后新建一个nginx站点fastcgi_pass到php5.3上用来测试,没有问题后修改已有站点的nginx conf文件然后重载nginx配置文件即可。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template