解决宝塔的Fail2ban出现Please start the Fail2ban service first!
SSH yum update && yum install epel-release yum install fail2ban systemctl start fail2bansystemctl enable fail2ban systemctl start fail2ban && systemctl enable fail2...
宝塔环境下的BeDrive Nginx规则
location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found ...
AlmaLinux 9下小版本手动升级MySQL 8.0的方法
MySQL升级的方式有两种: 1. In-place upgrade: 适合小版本的升级。 即:关闭当前的MySQL,替换当前的二进制文件或包,在现有的数据目录上重启MySQL,并运行mysql_upgrade. 特点:不改变数据文...
将Centos 8升级至Centos 8 Stream的方法
2020年12月08日,CentOS官方宣布CentOS Linux项目将停止,并推出了Centos Stream项目。详情请看官方公告。 2021年12月31日以后,CentOS Linux 8的使用者将无法获得包括问题修复和功能更新在内的...
使用宝塔LNMP环境,WordPress二级目录伪静态的设置方法。
代码如下,把其中的/二级目录/改为你的目录名称,然后添加至伪静态文件即可: location /二级目录名称/ { index index.html index.php; if (-f $request_filename/index.html){ rewrite (.*) $1...
宝塔面板MYSQL数据库无法启动解决方法
无法启动的原因充满各种玄学,每个人的遇到的无法启动情况都有各种奇怪,下述解决方案哪个适合你的情况,请自行食用。 宝塔环境目录是: Mysql数据目录: /www/server/data Mysql程序目录:/www/s...
寶塔主機面板的Fail2ban無法正常啓動的解決方法
登入SSH,輸入以下代碼手動安裝一次。 wget -O /tmp/fail2ban.tar.gz http://download.bt.cn/install/plugin/fail2ban/fail2ban.tar.gz -T 5 cd /tmp tar -zxf fail2ban.tar.gz cp /tmp/...