LInux下redis及nginx安装

  参考https://www.cnblogs.com/xiaochongc/p/11532143.html

可能出现编译失败的情况,有能力自己升级gcc,不行的话就降低redis版本

arm架构下安装需要取消redis.conf最后一行的注释

 

nginx下载稳定版,

./configure --prefix=安装目录  --with-http_gzip_static_module --with-poll_module --with-file-aio --with-http_realip_module --with-http_addition_module --with-http_addition_module --with-http_random_index_module --with-http_stub_status_module --with-stream

make&&make install

 

posted @ 2020-03-27 09:26  不要学我说话  阅读(251)  评论(0编辑  收藏  举报