經過shell腳本監測php運行狀態,重啓php

#! /bin/sh while [ true ];do #!監聽指定url狀態碼 if [ `curl -I -m 10 -o /dev/null -s -w %{http_code} http://www.test.com/index.php` -eq 502 ]; then #!重啓php /etc/in
相關文章
相關標籤/搜索