美文网首页
{ nginx} Nginx平稳升级

{ nginx} Nginx平稳升级

作者: nealma | 来源:发表于2016-08-03 15:44 被阅读0次

upgrade nginx for Centos 6.x

  • yum install gcc-c++ pcre-devel zlib-devel make wget openssl-devel libxml2-devel libxslt-devel gd-devel perl-ExtUtils-Embed GeoIP-devel gperftools-devel
  • wget http://nginx.org/download/nginx-1.9.1.tar.gz
  • tar xvf nginx-1.9.1.tar.gz
  • cd nginx-1.9.1
  • .configure --arguments && make(不要make install)
  • arguments为 nginx -V 的结果
  • mv /usr/sbin/nginx /usr/sbin/nginx.old
  • cp objs/nginx /usr/sbin/nginx
  • nginx -s reload

问题

nginx: [alert] version 1.9.1 of nginx.pm is required, but 1.0.15 was found

相关文章

网友评论

      本文标题:{ nginx} Nginx平稳升级

      本文链接:https://www.haomeiwen.com/subject/sywqsttx.html