nginx公升級至1.12.1
編號
名稱
說明
nginx-1.12.1.tar.gz
nginx安裝程式
nginx_upstream_check_module-master.zip
實現後端伺服器的健康檢查
nginx-sticky-module-ng-1.2.5.zip
實現cookie會話黏貼(session-sticky效果)
ngx_cache_purge-master.zip
實現更強大的快取清除功能
注意:必須使用最新的nginx_upstream_check_module才支援nginx 1.12.1版本
1、解壓軟體
tar zxvf nginx-1.12.1.tar.gz
unzip nginx-sticky-module-ng-1.2.5
.zip
mv nginx-goodies-nginx-sticky-module-ng-08a395c66e42/ nginx-sticky-module-ng-1.2.5
unzip nginx_upstream_check_module-master
unzip ngx_cache_purge-master.zip
2、編譯安裝
cd nginx-1.12.1/patch -p0 < ../nginx_upstream_check_module-master/check_1.11.5+.patch結果patching file src/http/modules/ngx_http_upstream_hash_module.c
結果patching file ngx_http_sticky_module.c
3、備份舊版nginx檔案,將新版本的nginx可執行檔案複製到nginx的sbin目錄
cp -a /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak4、停止nginx服務,替換nginx執行檔案
/usr/local/nginx/sbin/nginx -s stopcd /root/nginx-1.12.1/objs
cp -a nginx /usr/local/nginx/sbin/nginx
nginx公升級至1.12.1版本 - paul_hch -
ThinkPHP公升級至 5 1 18 版本
v5.1.18版本主要完善了對 swoole 和 workerman 的 httpserver 執行支援,改進 request 類,並修正了一些已知的問題。從 5.1.17 版本可以無縫公升級到 5.1.18 由於取消了test日誌驅動,如果使用了test日誌驅動,請在log.php中改為使用下面的...
Mysql資料遷移 8 0版本至5 7版本
寫這篇帖子的原因 昨天在本地將資料遷移完後,部署至生產環境報錯,資料匯入的時候發生問題。為了避免踩雷所以在本地裝的mysql 5.7,但很奇怪不知道咋回事變成了8.0版本。於是乎在遷移至生產環境是出現了字符集的問題。之前在網上也搜了不少帖子,甚至不知道如何去搜。搜出來的內容沒有很具體到版本。有在命令...
zabbix2 4版本公升級到3 2版本
zabbix3.2版本原始碼安裝完畢,目前將2.4版本公升級到3.2版本操作,只需要將2.4的資料庫備份匯出,然後將其匯入3.2版本的資料庫即可。1 停止zabbix相關服務 service zabbix server stop service zabbix agentd stop service ...