@ -17,10 +17,13 @@ sysName=`uname`
actionType=$1
version=$2
if [ "$version" -gt "56" ];then
echo "not need"
exit 1
fi
if [ "$version" -gt "56" ] && [ "$version" -lt "80" ];then
LIBV=4.0.5.2
if [ "$version" -gt "74" ];then
LIBV=8.0
LIB_PATH_NAME=lib/php
@ -314,7 +314,15 @@
"53",
"54",
"55",
"56"
"56",
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82"
],
"type": "缓存器",
"msg": "强大的内容缓存器,不支持集群",
@ -110,6 +110,7 @@ def mwcli(mw_input=0):
os.remove(basic_auth)
os.system(INIT_CMD + " restart")
print("|-关闭basic_auth成功")
elif mw_input == 21:
bind_domain = 'data/bind_domain.pl'
if os.path.exists(bind_domain):
os.remove(bind_domain)