CGI < cgi>
概觀
元素 <cgi>
會設定 Internet Information Services (IIS) 7 (CGI) 應用程式的預設設定。 這些設定會定義 IIS 7 在啟動 CGI 進程時將使用的環境。 例如, createCGIWithNewConsole 和 createProcessAsUser 屬性會指定 IIS 7 啟動 CGI 應用程式的方式,而 逾時 屬性會指定 IIS 會讓 CGI 應用程式在終止進程之前執行多久。
CGI 有時被視為繼承應用程式環境。 由於與將 CGI 應用程式啟動為個別進程相關聯的處理額外負荷,因此 HTTP 模組、ISAPI 延伸模組、ASP/ASP.NET 和 FastCGI 等技術優先于 CGI,以供應用程式開發使用。
注意
預設不會安裝 CGI 環境;不過,安裝 CGI 環境也會安裝使用 FastCGI 應用程式所需的功能。 如需在 IIS 7 上使用 FastCGI 的詳細資訊,請參閱< fastCgi >元素。
相容性
版本 | 備註 |
---|---|
IIS 10.0 | 未在 IIS 10.0 中修改專案 <cgi> 。 |
IIS 8.5 | 未在 IIS 8.5 中修改專案 <cgi> 。 |
IIS 8.0 | 未在 IIS 8.0 中修改專案 <cgi> 。 |
IIS 7.5 | 未在 IIS 7.5 中修改專案 <cgi> 。 |
IIS 7.0 | 元素 <cgi> 是在 IIS 7.0 中引進。 |
IIS 6.0 | <cgi> 元素的屬性會取代下列 Metabase 屬性的 IIS 6.0:CreateProcessAsUser、CreateCGIWithNewConsole和CGITimeout。 |
安裝程式
元素 <cgi>
不包含在 IIS 7 和更新版本的預設安裝中。若要使用 CGI 環境,您必須先安裝 CGI 角色服務。 安裝程式會在 和 <modules>
元素中 <globalModules>
註冊通用閘道介面 (CGI) 角色服務。
Windows Server 2012 或 Windows Server 2012 R2
- 在工作列上,按一下 [伺服器管理員]。
- 在[伺服器管理員] 中,按一下 [管理] 功能表,然後按一下 [新增角色及功能]。
- 在 [ 新增角色及功能精 靈] 中,按 [ 下一步]。 選取安裝類型,然後按 [ 下一步]。 選取目的地伺服器,然後按 [ 下一步]。
- 在 [ 伺服器角色] 頁面上,依 序展開 [Web 服務器] ([IIS) ]、[ Web 服務器] 和 [ 應用程式開發],然後選取 [CGI]。 按一下 [下一步] 。
. - 在 [選取功能] 頁面上,按一下 [下一步]。
- 在 [確認安裝選項] 頁面上,按一下 [安裝]。
- 在 [結果] 頁面上,按一下 [關閉]。
Windows 8 或 Windows 8.1
- 在 [開始] 畫面上,將指標一路移至左下角,以滑鼠右鍵按一下 [開始] 按鈕,然後按一下[主控台]。
- 在主控台中,按一下 [程式和功能],然後按一下 [開啟或關閉 Windows 功能]。
- 依序展開 [Internet Information Services]、[ 萬維網服務]、[ 應用程式開發功能],然後選取 [CGI]。
- 按一下 [確定]。
- 按一下 [關閉] 。
Windows Server 2008 或 Windows Server 2008 R2
- 在工作列上,按一下 [開始],指向 [系統管理工具],然後按一下[伺服器管理員]。
- 在[伺服器管理員階層] 窗格中,展開 [角色],然後按一下 [Web 服務器] (IIS) 。
- 在 [ Web Server (IIS) ] 窗格中,捲動至 [ 角色服務 ] 區段,然後按一下 [ 新增角色服務]。
- 在 [新增角色服務精靈] 的 [選取角色服務] 頁面上,選取[CGI],然後按 [下一步]。
- 在 [確認安裝選項] 頁面上,按一下 [安裝]。
- 在 [結果] 頁面上,按一下 [關閉]。
Windows Vista 或 Windows 7
- 在工作列上,按一下 [開始],然後按一下[主控台]。
- 在主控台中,按一下 [程式和功能],然後按一下[開啟或關閉 Windows 功能]。
- 展開 [Internet Information Services],然後選取 [CGI],然後按一下 [ 確定]。
作法
如何設定網站的 CGI 設定
開啟 [Internet Information Services (IIS) 管理員:
如果您使用 Windows Server 2012 或 Windows Server 2012 R2:
- 在工作列上,依序按一下 [伺服器管理員]、[工具],然後按一下 [Internet Information Services (IIS) Manager]。
如果您使用 Windows 8 或 Windows 8.1:
- 按住Windows鍵,按字母X,然後按一下[主控台]。
- 按一下 [系統管理工具],然後按兩下 [ Internet Information Services (IIS) Manager]。
如果您使用 Windows Server 2008 或 Windows Server 2008 R2:
- 在工作列上,按一下 [ 開始],指向 [ 系統管理工具],然後按一下 [ Internet Information Services (IIS) 管理員]。
如果您使用 Windows Vista 或 Windows 7:
- 在工作列上,按一下 [開始],然後按一下[主控台]。
- 按兩下 [系統管理工具],然後按兩下 [ Internet Information Services] (IIS) Manager。
在 [ 連線] 窗格中,展開伺服器名稱、展開 [網站],然後流覽至您想要設定的網站或 Web 應用程式。
組態
屬性
屬性 | 描述 |
---|---|
createCGIWithNewConsole |
選擇性的 Boolean 屬性。 指定 CGI 應用程式是否在自己的主控台中執行。 注意: 如果此值設定為 true,則當應用程式啟動時,每個 CGI 應用程式都會建立新的主控台。 false值表示 CGI 應用程式應該在沒有主控台的情況下執行。 預設值是 false 。 |
createProcessAsUser |
選擇性的 Boolean 屬性。 指定 CGI 進程是在系統內容或要求使用者的內容中建立。 預設值是 true 。 |
timeout |
選擇性的 timeSpan 屬性。 指定 CGI 應用程式的逾時。 預設值為 00:15:00 (15 分鐘) |
子元素
無。
組態範例
下列設定範例會指定當應用程式啟動時,每個 CGI 應用程式都會建立新的主控台、在要求使用者的內容中建立 CGI 進程,以及 CGI 應用程式的逾時為 20 分鐘。
<configuration>
<system.webServer>
<cgi createCGIWithNewConsole="true"
createProcessAsUser="false"
timeout="00:20:00" />
</system.webServer>
</configuration>
範例程式碼
下列程式碼範例會指定每個 CGI 應用程式在應用程式啟動時建立新的主控台、在要求使用者的內容中建立 CGI 進程,以及 CGI 應用程式的逾時為 20 分鐘
AppCmd.exe
appcmd.exe set config "Default Web Site" -section:system.webServer/cgi /createCGIWithNewConsole:"True" /commit:apphost
appcmd.exe set config "Default Web Site" -section:system.webServer/cgi /createProcessAsUser:"False" /commit:apphost
appcmd.exe set config "Default Web Site" -section:system.webServer/cgi /timeout:"00:20:00" /commit:apphost
注意
當您使用 AppCmd.exe 來設定這些設定時,請務必將 認可 參數 apphost
設定為 。 這會將組態設定認可至ApplicationHost.config檔案中的適當位置區段。
C#
using System;
using System.Text;
using Microsoft.Web.Administration;
internal static class Sample
{
private static void Main()
{
using (ServerManager serverManager = new ServerManager())
{
Configuration config = serverManager.GetApplicationHostConfiguration();
ConfigurationSection cgiSection = config.GetSection("system.webServer/cgi", "Default Web Site");
cgiSection["createCGIWithNewConsole"] = true;
cgiSection["createProcessAsUser"] = false;
cgiSection["timeout"] = TimeSpan.Parse("00:20:00");
serverManager.CommitChanges();
}
}
}
VB.NET
Imports System
Imports System.Text
Imports Microsoft.Web.Administration
Module Sample
Sub Main()
Dim serverManager As ServerManager = New ServerManager
Dim config As Configuration = serverManager.GetApplicationHostConfiguration
Dim cgiSection As ConfigurationSection = config.GetSection("system.webServer/cgi", "Default Web Site")
cgiSection("createCGIWithNewConsole") = True
cgiSection("createProcessAsUser") = False
cgiSection("timeout") = TimeSpan.Parse("00:20:00")
serverManager.CommitChanges()
End Sub
End Module
JavaScript
var adminManager = new ActiveXObject('Microsoft.ApplicationHost.WritableAdminManager');
adminManager.CommitPath = "MACHINE/WEBROOT/APPHOST";
var cgiSection = adminManager.GetAdminSection("system.webServer/cgi", "MACHINE/WEBROOT/APPHOST/Default Web Site");
cgiSection.Properties.Item("createCGIWithNewConsole").Value = true;
cgiSection.Properties.Item("createProcessAsUser").Value = false;
cgiSection.Properties.Item("timeout").Value = "00:20:00";
adminManager.CommitChanges();
VBScript
Set adminManager = WScript.CreateObject("Microsoft.ApplicationHost.WritableAdminManager")
adminManager.CommitPath = "MACHINE/WEBROOT/APPHOST"
Set cgiSection = adminManager.GetAdminSection("system.webServer/cgi", "MACHINE/WEBROOT/APPHOST/Default Web Site")
cgiSection.Properties.Item("createCGIWithNewConsole").Value = True
cgiSection.Properties.Item("createProcessAsUser").Value = False
cgiSection.Properties.Item("timeout").Value = "00:20:00"
adminManager.CommitChanges()