<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>硬汉工作室 - 服务器</title>
    <link>https://www.nciaer.com/forum-39-1.html</link>
    <description>Latest 20 threads of 服务器</description>
    <copyright>Copyright(C) 硬汉工作室</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 21 Apr 2026 22:56:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.nciaer.com/static/image/common/logo_88_31.gif</url>
      <title>硬汉工作室</title>
      <link>https://www.nciaer.com/</link>
    </image>
    <item>
      <title>upstream sent too big header while reading response...问题处理</title>
      <link>https://www.nciaer.com/thread-2325-1-1.html</link>
      <description><![CDATA[今天一位discuz站长向我反映一个问题，就是某个贴子访问返回502，而且还只是某个用户组访问这个贴子才会返回502，拍查了半天，想确定是哪行引起的，无果，后来想到看日志，发现日志里有这么一行： upstream sent too big header while reading response header from ups ...]]></description>
      <category>服务器</category>
      <author>nciaer</author>
      <pubDate>Thu, 26 Oct 2023 03:19:54 +0000</pubDate>
    </item>
    <item>
      <title>server certificate does NOT include an ID which matches...问题的解决</title>
      <link>https://www.nciaer.com/thread-1856-1-1.html</link>
      <description><![CDATA[apache的error.log里包含很多这样的错误日志：
[Fri Dec 23 00:27:53.838454 2022] [ssl:warn]  AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name

级别是warn，其实不处理也没问题，但是每天不停插入，多少占用空间 ...]]></description>
      <category>服务器</category>
      <author>nciaer</author>
      <pubDate>Thu, 29 Dec 2022 02:01:59 +0000</pubDate>
    </item>
    <item>
      <title>nginx 封禁某些UA访问</title>
      <link>https://www.nciaer.com/thread-1793-1-1.html</link>
      <description><![CDATA[最近感觉服务器特卡，查了下日志才发现，服务器频繁被某几个相同得UA来访问，但是IP还不同，可能是爬虫吧，搞得服务器特别卡，百度了下nginx如何屏蔽某些ua访问，记录下。

在server段里填写
if ($http_user_agent = \&quot;要屏蔽的UA字符串\&quot;) {
    return 404;
}

需要注意 ...]]></description>
      <category>服务器</category>
      <author>nciaer</author>
      <pubDate>Wed, 24 Aug 2022 09:57:13 +0000</pubDate>
    </item>
<br />
<b>Strict Standards</b>:  Declaration of table_forum_post::update() should be compatible with discuz_table::update($val, $data, $unbuffered = false, $low_priority = false) in <b>/www/wwwroot/www.nciaer.com/source/class/table/table_forum_post.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>:  Declaration of table_forum_post::delete() should be compatible with discuz_table::delete($val, $unbuffered = false) in <b>/www/wwwroot/www.nciaer.com/source/class/table/table_forum_post.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>:  Declaration of table_forum_post::insert() should be compatible with discuz_table::insert($data, $return_insert_id = false, $replace = false, $silent = false) in <b>/www/wwwroot/www.nciaer.com/source/class/table/table_forum_post.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>:  Declaration of table_forum_post::fetch() should be compatible with discuz_table::fetch($id, $force_from_db = false) in <b>/www/wwwroot/www.nciaer.com/source/class/table/table_forum_post.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>:  Declaration of table_forum_post::fetch_all() should be compatible with discuz_table::fetch_all($ids, $force_from_db = false) in <b>/www/wwwroot/www.nciaer.com/source/class/table/table_forum_post.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>:  Declaration of table_forum_post::update_cache() should be compatible with discuz_table::update_cache($id, $data, $cache_ttl = NULL, $pre_cache_key = NULL) in <b>/www/wwwroot/www.nciaer.com/source/class/table/table_forum_post.php</b> on line <b>882</b><br />
  </channel>
</rss>