一个简单的脚本,用来监控502的,如果遇到502,自动重启PHP进程。适用于LNMP环境。
新建php.sh
文件,存放于/root
或其它目录:
#!/bin/bash
MY_URL="https://toot.su/"
RESULT=`curl -I $MY_URL|grep "HTTP/1.1 502"`
if [ -n "$RESULT" ]; then
/etc/init.d/php-fpm restart
fi
给予可执行权限:
chmod +x /root/php.sh
通过 crontab 设置自动运行:
crontab -e
* * * * * /root/php.sh
未经允许不得转载:嘟嘟 » 502 Bad Gateway自动重启脚本
最新评论
请问下,python3 tg_username_update.py都会提示下面这个是因为什么啊 Traceback (most recent call last): File "tg_username_update.py", line 21, in <module> cake = emojize(":cake:", use_aliases=True) TypeError: emojize() got an unexpected keyword argument 'use_aliases'
不可以了
# Install [Debian] [bullseye] [amd64] Downloading... grep: (standard input): binary file matches Error! grub.cfg. root@RRR2:~#
博主你好,请问cloudfront 上传收费这个是事实吧,已经找了几个贴子确认了。 那有什么好办法能够避开这个收费呢?如果不能避开感觉还是cloudflare 比较稳。
来看看
第5步添加自定义主机名进去后等txt验证提示custom hostname does not name to this zone
那没事了,我静态博客。谢谢
为什么缓存键和源请求那里不设置缓存?