加载中
常用开源项目收集

自己常用的开源项目,像sqlmap、jenv、phpbrew等等

2015/04/08 10:42
165
Nginx 请求处理阶段

Nginx 处理每一个用户请求时,都是按照若干个不同阶段(phase)依次处理的,而不是根据配置文件上的顺序。 Nginx 处理请求的过程一共划分为 11 个阶段,按照执行顺序依次是: post-read、ser...

2018/01/05 10:24
293
辟谣SQL_NO_CACHE

在使用query cache和sql_no_cache中遇见的一些问题总结。

2017/08/07 12:01
674
nginx 中文url rewrite 404

nginx url中包含中文时,在rewrite中使用不当,造成404

Redis 配置文件详解

官方链接:http://redis.io/topics/config 官方redis 2.8配置文件:https://raw.githubusercontent.com/antirez/redis/2.8/redis.conf # Redis 配置文件 ################################ ...

2015/04/30 15:13
72
Redis 持久化存储

Redis provides a different range of persistence options: The RDB persistence performs point-in-time snapshots of your dataset at specified intervals. the AOF persistence logs ev...

2015/04/30 14:54
159
mysql 设置默认编码为utf8

mysql 设置默认编码为utf8

2015/04/15 22:07
86
linux 网关服务器

需要:一台双网口linux服务器

2015/04/02 11:46
65
通过nginx配置文件抵御攻击,防御CC攻击的经典思路!

大家好,我们是OpenCDN团队的Twwy。这次我们来讲讲如何通过简单的配置文件来实现nginx防御攻击的效果。

2015/03/26 16:08
537
centos下安装web漏洞扫描器Arachni

参考链接:http://www.freebuf.com/articles/web/8540.html

2015/03/26 16:00
1.4K
双线服务器,ip表设置

[root@localhost dog]# vim /etc/iproute2/rt_tables # # reserved values # 255     local 254     main 253     default 0       unspec # # local # #1   ...

2015/03/24 18:11
12
nginx http处理的11个phase

NGX_HTTP_POST_READ_PHASE NGX_HTTP_SERVER_REWRITE_PHASE — the phase of request URI transformation on virtual server level; NGX_HTTP_FIND_CONFIG_PHASE — the phase of configurati...

2015/03/20 14:24
360

没有更多内容

加载失败,请刷新页面

返回顶部
顶部