2021年9月23日

nginx平滑升级

摘要: nginx平滑升级 1、备份原始程序 cp /usr/sbin/nginx /usr/sbin/nginx.bak 2、复制原始 编译参数 nginx -V ./configure --prefix=/usr/local/nginx --with-http_stub_status_module -- 阅读全文

posted @ 2021-09-23 22:00 华华中 阅读(52) 评论(0) 推荐(0) 编辑

centos7源码安装php-7.0.3

摘要: centos7源码安装php-7.0.3 1、创建安装包目录,下载并解压安装包 mkdir /datacd /datawget https://www.php.net/distributions/php-7.0.3.tar.gz tar -xvf php-7.0.3.tar.gz 2、安装epel 阅读全文

posted @ 2021-09-23 10:28 华华中 阅读(148) 评论(0) 推荐(0) 编辑

导航