world_alive2019年6月28日2025年7月8日Nginx Nginx配置Rewrite重写1.Nginx Rewrite 基本标记(flags) last – 基本上都用这个Flag。 b 继续阅读
world_alive2019年6月28日2025年7月8日Nginx nginx限制某个IP同一时间段的访问次数如何设置能限制某个IP某一时间段的访问次数是一个让人头疼的问题,特别面对恶意的ddos攻击的时候。其中CC攻击 继续阅读
world_alive2019年6月28日2025年7月8日Mysql show slave status 各个参数的解释 — mysqlshow slave status slave状态各个参数的具体含义。   继续阅读
world_alive2019年6月28日2025年7月8日Mysql Mysql 服务器状态变量 (mysql – show status) mysql > show status; Aborted_cli 继续阅读
world_alive2019年6月28日2025年7月8日Apache Apache 防盗链 图片在目录下新建一个.htaccess文件 RewriteEngine on RewriteCond %{HTTP 继续阅读
world_alive2019年6月28日2025年7月8日Nginx Nginx + GeoIP 编译安装 (GeoIP2+nginx-module-vts)1 利用下面的命令来检查系统是否安装了apache rpm -qa|grep httpd 如果已安装,由于ap 继续阅读
world_alive2019年6月28日2025年7月8日Nginx nginx图片缓存服务器配置实战1、图片目录设置: 假定服务器主目录为nginx的默认目录:/usr/local/nginx/ 以下路径自定义 继续阅读
world_alive2019年6月28日2025年7月8日Nginx Nginx-动静分离-图片和程序调用不同的服务器user nginx; worker_processes 1; error_log /usr/lo 继续阅读
world_alive2019年6月28日2025年7月8日Apache Apache防DDOS模块mod_evasive的安装配置和使用Apache防DDOS模块mod_evasive的安装配置和使用 星期四, 09/23/2010 – 继续阅读
world_alive2019年6月28日2025年7月8日Apache 安装mod_rpaf让apache获取访客真实IP centos配置教程|Install mod_rpaf on CentOS 5, CentOS 6 This is a 继续阅读