WWW 서비스가 HTTP.SYS 제어 채널 속성을 구성하지 못했습니다.

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

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) W3SVC(World Wide Web Publishing 서비스)가 올바르게 작동하려면 WAS(Windows Process Activation Service) 및 HTTP 서비스가 모두 필요합니다. HTTP 서비스를 사용할 수 없으면 W3SVC에서 HTTP 요청을 처리할 수 없습니다.

해결 방법

트래버스 검사 무시 권한 복원

다음 조건에 해당되는 경우 W3SVC(World Wide Web Publishing 서비스)가 HTTP.SYS 제어 채널 속성을 설정하지 못할 수 있습니다.

이 문제를 해결하려면 A 및 B 부분의 단계를 따르세요.

트래버스 검사 무시 권한 복원

참고:  "Users"라는 개체를 찾을 수 없다는 메시지가 표시되는 경우 [개체 유형]을 클릭하고 [그룹] 확인란을 클릭하여 선택한 다음 [확인]을 두 번 클릭합니다.

참고:  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>