nginx訊號控制

2021-07-10 19:01:46 字數 700 閱讀 9176

t

erm, int

quick shutdown

quit

graceful shutdown  

優雅的關閉程序

,即等請求結束後再關閉

hupconfiguration reload ,start the new worker processes with

a new configuration gracefully shutdown the old worker processes

改變配置檔案

,平滑的重讀配置檔案

usr1

reopen the log files

重讀日誌

,在日誌按月

/日分割時有用

usr2

upgrade executable on the fly

平滑的公升級

winch

gracefully shutdown the worker processes

優雅關閉舊的程序(配合

usr2

來進行公升級)

具體語法:

kill -訊號選項 nginx的主程序號

kill -hup 4873

kill -訊號控制 'cat/***/path/log/nginx.pid'

kill -usr1 'cat /***/path/log/nginx.pid'

Nginx控制訊號

nginx可以使用訊號來控制主程序,nginx啟動後缺省會將程序號寫入nginx.pid中。nginx主程序支援的訊號 term,int 快速關閉 quit 從容關閉 hup 過載配置 usr1 重新開啟日誌檔案 usr2 平滑公升級可執行程式 winch 從容關閉工作程序 nginx工作程序支援的...

Nginx的訊號控制

以下是自學it網 中級班上課筆記 www.zixue.it nginx的訊號控制 term,int quick shutdown quit graceful shutdown 優雅的關閉程序,即等請求結束後再關閉 hupconfiguration reloadstart the new worker...

nginx03 Nginx訊號控制

weblogic 10 56 81 63 sbin ps aux grep nginx warning bad syntax,perhaps a bogus see usr share doc procps 3.2 7 faq weblogic 2975 0.00.1 8244 5384 s aug...