久久久久久久性爱潮,国产又粗又猛又爽又黄下载视频,尤物国产在线一区视频,欧美日本国产在线不卡

<sup id="4uqqy"><ol id="4uqqy"></ol></sup>
  • <th id="4uqqy"></th>

      • <strike id="4uqqy"><nobr id="4uqqy"><ins id="4uqqy"></ins></nobr></strike><sup id="4uqqy"></sup><strong id="4uqqy"><u id="4uqqy"></u></strong>
        <sub id="4uqqy"></sub>

          綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

          綠色資源網(wǎng)

          技術教程
          您的位置:首頁服務器類Web服務器 → Windows Server 2008 IIS 7 503錯誤解決方案

          Windows Server 2008 IIS 7 503錯誤解決方案

          我要評論 2013/04/29 16:53:47 來源:綠色資源網(wǎng) 編輯:kiwanis-srv.org [ ] 評論:0 點擊:418次

          windows 2008 R2 在訪問的時候經(jīng)常會出理 503錯的解決方案

          Error Summary:

          HTTP Error 503.2 - Service Unavailable
          The serverRuntime@appConcurrentRequestLimit setting is being exceeded.

          Detailed Error Information:

          Module IIS Web Core
          Notification BeginRequest
          Handler StaticFile

          Error Code 0x00000000

          由于之前使用的是默認配置,服務器最多只能處理5000個同時請求,今天下午由于某種情況造成同時請求超過5000,從而出現(xiàn)了上面的錯誤。

          為了避免這樣的錯誤,我們根據(jù)相關文檔調(diào)整了設置,讓服務器從設置上支持10萬個同時請求。

          具體設置如下:

          1. 調(diào)整IIS 7應用程序池隊列長度

          由原來的默認1000改為65535。

          IIS Manager > ApplicationPools > Advanced Settings

          Queue Length : 65535

          2. 調(diào)整IIS 7的appConcurrentRequestLimit設置

          由原來的默認5000改為100000。

          c:\windows\system32\inetsrv\appcmd.exe set config /section:serverRuntime /appConcurrentRequestLimit:100000

          在%systemroot%\System32\inetsrv\config\applicationHost.config中可以查看到該設置:

          3. 調(diào)整machine.config中的processModel>requestQueueLimit的設置

          由原來的默認5000改為100000。

          復制代碼

          參考文章:http://technet.microsoft.com/en-us/library/dd425294(office.13).aspx

          4. 修改注冊表,調(diào)整IIS 7支持的同時TCPIP連接數(shù)

          由原來的默認5000改為100000。

          reg add HKLM\System\CurrentControlSet\Services\HTTP\Parameters /v MaxConnections /t REG_DWORD /d 100000

          完成上述4個設置,就可以支持10萬個同時請求,西西軟件服務器已經(jīng)啟用上述設置。

          關鍵詞:IIS7,503錯誤

          閱讀本文后您有什么感想? 已有 人給出評價!

          • 0 歡迎喜歡
          • 0 白癡
          • 0 拜托
          • 0 哇
          • 0 加油
          • 0 鄙視