Jack Posted May 14, 2020 Share Posted May 14, 2020 (edited) --------------------------------- 安装Fail2ban防爆破 防止恶意主机爆破服务、站点,禁止导致多个身份验证错误的主机 --------------------------------- 宝塔面板 -> 软件商店 -> 宝塔插件 -> Fail2ban防爆破 -> 安装 --------------------------------- 安装PHP守护 监控PHP-FPM运行状态,防止大批量出现502错误! --------------------------------- 宝塔面板 -> 软件商店 -> 宝塔插件 -> PHP守护 -> 安装 --------------------------------- 安装phpMyAdmin 著名Web端MySQL管理工具 --------------------------------- 宝塔面板 -> 软件商店 -> 运行环境 -> phpMyAdmin -> 安装版本 phpMyAdmin-5.1 phpMyAdmin安装完成后 宝塔面板 -> 软件商店 -> 运行环境 -> phpMyAdmin -> 设置 [v] 启用公共访问权限 公共访问地址: http://你的IP:888/phpmyadmin_xxxxxxxx 到你的云主机WAF防火墙、你的CentOS防火墙来限制访问端口888的IP (设置那些IP可以访问phpMyAdmin) --------------------------------- 安装Redis Redis是一个高性能的key-value数据库(PHP连接redis,需PHP设置中安装redis扩展) --------------------------------- 宝塔面板 -> 软件商店 -> 运行环境 -> Redis -> 安装 --------------------------------- 软件商店 -> 已安装 在此页面可快速设置已安装的软件 --------------------------------- PHP-8.0 -> 设置 -> ----------------------------------------- 安装扩展 -> 将以下这些扩展给安装 bt_safe -> 安装 fileinfo -> 安装 redis -> 安装 imagemagick -> 安装 exif -> 安装 intl -> 安装 xsl -> 安装 gmp -> 安装 ----------------------------------------- 配置修改 php.ini -> 修改以下数值 max_execution_time = 300 max_input_time = 180 memory_limit = 512M post_max_size = 100M upload_max_filesize = 100M max_file_uploads = 100 default_socket_timeout = 180 display_errors = 关闭 保存 然后 刷新 ----------------------------------------- 上传限制 -> 100 MB -> 保存 ----------------------------------------- 超时限制 -> 180 秒 -> 保存 ----------------------------------------- 禁用函数 -> 如果IPS论坛有提示,到这添加要禁用的函数 ----------------------------------------- Edited September 29, 2021 by Jack Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now