WWW サービスは、HTTP.SYS コントロール チャネルのプロパティを構成できませんでした

Microsoft.Windows.InternetInformationServices.6.2.WWW.Service.failed.to.configure.the.HTTP.SYS.control.channel.property (Rule)

Knowledge Base article:

概要

インターネット インフォメーション サービス (IIS) World Wide Web 発行サービス (W3SVC) が正常に機能するには、Windows プロセス アクティブ化サービス (WAS) と HTTP サービスの両方が必要です。HTTP サービスが利用できない場合、W3SVC は HTTP 要求を処理できなくなります。

解決方法

走査チェックのバイパス権利を回復する

次の条件に該当する場合、World Wide Web 発行サービス (W3SVC) が HTTP.SYS コントロール チャネル プロパティを構成できない可能性があります:

この問題を解決するには、パート A および B の手順を実行します。

走査チェックのバイパス権利を回復する

注:  "Users" という名前のオブジェクトが見つからないというメッセージを受け取った場合、[オブジェクトの種類] をクリックし、[グループ] チェック ボックスをクリックしてオンにし、[OK] を 2 回クリックします。

注:  Everyone グループおよび Users グループに走査チェックのバイパス ユーザー権利を付与したくない場合、IIS_IUSRS グループに走査チェックのバイパス ユーザー権利を付与することでこの問題を解決できることがあります。これを行うには、上記の "Everyone;Users" を "IIS_IUSRS" に置き換えます。

W3SVC および HTTP サービスを再起動する

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
CategoryAlert
EnabledTrue
Event_ID1020
Event SourceMicrosoft-Windows-IIS-W3SVC
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.WWW.Service.failed.to.configure.the.HTTP.SYS.control.channel.property" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1020</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.WWW.Service.failed.to.configure.the.HTTP.SYS.control.channel.property.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>