<br />
<b>Deprecated</b>:  mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in <b>/www/wwwroot/ipda.org.cn/source/class/discuz/discuz_database.php</b> on line <b>177</b><br />
<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>天空小小岛技术网站 - Nginx</title>
    <link>http://tkxxd.net/forum-15-1.html</link>
    <description>Latest 20 threads of Nginx</description>
    <copyright>Copyright(C) 天空小小岛技术网站</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 01 Jun 2026 05:10:19 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://tkxxd.net/static/image/common/logo_88_31.gif</url>
      <title>天空小小岛技术网站</title>
      <link>http://tkxxd.net/</link>
    </image>
    <item>
      <title>解决 ‘TOO MANY OPEN FILES’ 问题</title>
      <link>http://tkxxd.net/thread-1871-1-1.html</link>
      <description><![CDATA[我们可以用ulimit -a来查看所有限制值
其中 \&quot;open files (-n) 1024 \&quot;是Linux操作系统对一个进程打开的文件句柄数量的限制(也包含打开的SOCKET数量，可影响MySQL的并发连接数目)。这个值可用ulimit命令来修改,但ulimit命令修改的数值只对当前登录用户的目前使用环境有效 ...]]></description>
      <category>Nginx</category>
      <author>一粒米</author>
      <pubDate>Tue, 26 Jan 2016 18:21:39 +0000</pubDate>
    </item>
    <item>
      <title>Nginx Location 指令基础</title>
      <link>http://tkxxd.net/thread-1866-1-1.html</link>
      <description><![CDATA[Nginx 中的 Location 指令 是NginxHttpCoreModule中重要指令。Location 指令比较简单，但却是配置 Nginx 过程中不得不去了解的。Location 指令，是用来为匹配的 URI 进行配置，URI 即语法中的\&quot;/uri/\&quot;，可以是字符串或正则表达式。但如果要使用正则表达式，则必须指定前 ...]]></description>
      <category>Nginx</category>
      <author>phper</author>
      <pubDate>Fri, 26 Jun 2015 14:49:14 +0000</pubDate>
    </item>
    <item>
      <title>Nginx中if条件的逻辑与和逻辑或实现多重条件判断的方法</title>
      <link>http://tkxxd.net/thread-1255-1-1.html</link>
      <description><![CDATA[Nginx的配置中不支持if条件的逻辑与逻辑或运算，并且不支持if的嵌套语法，我们可以用变量的方式来实现

首先以下是伪代码（即Nginx不支持的写法），写在这里只是为了方便理解


以下是可用的配置


逻辑或 更简单一点，试着写一下吧。]]></description>
      <category>Nginx</category>
      <author>一粒米</author>
      <pubDate>Fri, 29 Nov 2013 06:51:31 +0000</pubDate>
    </item>
    <item>
      <title>Apache中的SetEnv在Nginx里的实现方法</title>
      <link>http://tkxxd.net/thread-1254-1-1.html</link>
      <description><![CDATA[Apache 中这么写

然后
$_SERVER[\&quot;AUTHOR\&quot;] 的值就是 yilimi

nginx 里用 fastcgi_param 来实现
看样例


其中
fastcgi_param AUTHOR yilimi;
就是用来实现这个功能
注意放的位置
最后看 info 的效果图]]></description>
      <category>Nginx</category>
      <author>一粒米</author>
      <pubDate>Fri, 29 Nov 2013 06:35:37 +0000</pubDate>
    </item>
    <item>
      <title>Nginx 安全漏洞 (CVE-2013-4547)</title>
      <link>http://tkxxd.net/thread-1252-1-1.html</link>
      <description><![CDATA[Nginx 的安全限制可能会被某些请求给忽略，(CVE-2013-4547).
当我们通过例如下列方式进行 URL 访问限制的时候，如果攻击者使用一些没经过转义的空格字符（无效的 HTTP 协议，但从 Nginx 0.8.41 开始因为考虑兼容性的问题予以支持）那么这个限制可能无效：

当请求的 ...]]></description>
      <category>Nginx</category>
      <author>八号</author>
      <pubDate>Thu, 21 Nov 2013 02:31:19 +0000</pubDate>
    </item>
    <item>
      <title>nginx 白名单运行php 配置方法</title>
      <link>http://tkxxd.net/thread-334-1-1.html</link>
      <description><![CDATA[Discuz! X1.5为例配置规则]]></description>
      <category>Nginx</category>
      <author>云天一</author>
      <pubDate>Mon, 20 Feb 2012 11:31:33 +0000</pubDate>
    </item>
    <item>
      <title>nginx 1.1.10</title>
      <link>http://tkxxd.net/thread-305-1-1.html</link>
      <description><![CDATA[下载：
http://nginx.org/download/nginx-1.1.10.tar.gz (linux)
http://nginx.org/download/nginx-1.1.10.zip (win)

Changes with nginx 1.1.10                                        30 Nov 2011

    *) Bugfix: a segmentation fault occured in a worker ...]]></description>
      <category>Nginx</category>
      <author>s.Bo</author>
      <pubDate>Wed, 30 Nov 2011 12:45:50 +0000</pubDate>
    </item>
    <item>
      <title>Nginx %00空字节执行任意代码(php)漏洞</title>
      <link>http://tkxxd.net/thread-278-1-1.html</link>
      <description><![CDATA[攻击者可以通 PHP-FastCGI 将任何后缀的文件当成PHP来执行

影响版本:
nginx 0.5.*
nginx 0.6.*
nginx 0.7]]></description>
      <category>Nginx</category>
      <author>s.Bo</author>
      <pubDate>Fri, 26 Aug 2011 00:56:56 +0000</pubDate>
    </item>
    <item>
      <title>Nginx禁止IP直接访问的方法</title>
      <link>http://tkxxd.net/thread-246-1-1.html</link>
      <description><![CDATA[Nginx 0.7.x版本：Nginx  0.8.x版本：]]></description>
      <category>Nginx</category>
      <author>八号</author>
      <pubDate>Thu, 24 Mar 2011 04:32:12 +0000</pubDate>
    </item>
    <item>
      <title>nginx status状态查看设置</title>
      <link>http://tkxxd.net/thread-245-1-1.html</link>
      <description><![CDATA[nginx status状态查看设置
在配置文件 /usr/local/server/nginx/conf/nginx.conf中添加

#设定查看Nginx状态的地址,添加如下输入地址 http://10.0.0.1/NginxStatus/，输入验证帐号密码，即可

==============================================

无密码，限访问IP]]></description>
      <category>Nginx</category>
      <author>八号</author>
      <pubDate>Thu, 24 Mar 2011 04:27:05 +0000</pubDate>
    </item>
    <item>
      <title>nginx 自动按天分割access.log日志shell</title>
      <link>http://tkxxd.net/thread-235-1-1.html</link>
      <description><![CDATA[把上面脚本保存到/usr/local/nginx/sbin/cutlog.sh

然后在计划任务里面添加任务自动打包]]></description>
      <category>Nginx</category>
      <author>s.Bo</author>
      <pubDate>Wed, 29 Dec 2010 06:53:37 +0000</pubDate>
    </item>
    <item>
      <title>nginx配置 开启nginx日志</title>
      <link>http://tkxxd.net/thread-234-1-1.html</link>
      <description><![CDATA[nginx 日志相关指令主要有两条，
log_format，用来设置日志格式，
access_log，用来指定日志文件的存放路径、格式和缓存大小

1、log_format 格式默认的示例：
  log_format     main               \'$remote_addr - $remote_user [$time_local] \&quot;$request\&quot; \'
    ...]]></description>
      <category>Nginx</category>
      <author>s.Bo</author>
      <pubDate>Wed, 29 Dec 2010 06:48:15 +0000</pubDate>
    </item>
    <item>
      <title>nginx 的 X-Sendfile —— X-Accel-Redirect</title>
      <link>http://tkxxd.net/thread-211-1-1.html</link>
      <description><![CDATA[lighttpd 有一个 X-Sendfile 的特性很有意思。比如传统的做一些需要严格验证的下载之类的功能比如收费下载，需要在程序里验证权限，然后由程序读取文件输出，这样性能不好，占用资源也大，而 web server 本身的功能又不足以提供验证。使用 X-Sendfile 就可以让程序来做 ...]]></description>
      <category>Nginx</category>
      <author>八号</author>
      <pubDate>Tue, 07 Sep 2010 09:43:17 +0000</pubDate>
    </item>
    <item>
      <title>nginx 文件类型错误解析漏洞 (0day 漏洞)</title>
      <link>http://tkxxd.net/thread-162-1-1.html</link>
      <description><![CDATA[漏洞介绍：nginx是一款高性能的web服务器，使用非常广泛，其不仅经常被用作反向代理，也可以非常好的支持PHP的运行。80sec发现其中存在一个较为严重的安全问题，默认情况下可能导致服务器错误的将任何类型的文件以PHP的方式进行解析，这将导致严重的安全问题，使得恶意 ...]]></description>
      <category>Nginx</category>
      <author>s.Bo</author>
      <pubDate>Fri, 21 May 2010 01:24:09 +0000</pubDate>
    </item>
    <item>
      <title>Nginx 防盗链设置</title>
      <link>http://tkxxd.net/thread-148-1-1.html</link>
      <description><![CDATA[在 nginx.conf中的server部分中添加如下代码其中 rewrite ^/ 后边可以是一个错误页面，如上边那一行，也可以是一个图片，如下面那个。]]></description>
      <category>Nginx</category>
      <author>一粒米</author>
      <pubDate>Thu, 06 May 2010 13:07:52 +0000</pubDate>
    </item>
    <item>
      <title>nginx 最新漏洞公告</title>
      <link>http://tkxxd.net/thread-103-1-1.html</link>
      <description><![CDATA[问题版本：此漏洞存在于nginx-0.1.0至2009年9月14号前发布的nginx任何版本。
漏洞详情：9月14号发现了一个缓冲区溢出漏洞，此漏洞会导致nginx的worker进程 crash，
从而可以制造dos攻击。
解决方案：patch或更新nginx到9月14日发布的最新版本，分别为0.5.38、0.6.39 ...]]></description>
      <category>Nginx</category>
      <author>一粒米</author>
      <pubDate>Fri, 18 Sep 2009 01:07:20 +0000</pubDate>
    </item>
  </channel>
</rss>