Merhaba ııs 7 de modsecurity kurdum ama kurulumu test ederken
SecRule ARGS MY_UNIQUE_TEST_STRING \
"phase:1,log,deny,status:503"
satırını modsecurity.conf dosyasında ekleyorum.
event loglarında: The description for Event ID 0 from source ModSecurity cannot be found. Either the compenet that raises this event is not installed on your local computer or the installation is corrupted.You can install or repair the component on the local computer.
Çıkıyor.
kurulumu da http://sourceforge.net/projects/mod-security/files/modsecurity-iis/2.7.0-rc2/ModSecurityIIS_2.7.0-rc2.msi/download?_test=redirect&utm_expid=6384-3&utm_referrer=http%3A%2F%2Fblog.spiderlabs.com%2F2012%2F07%2Fannouncing-the-availability-of-modsecurity-extension-for-iis.html adresinden indirip çalıştırıyorum.
ııs config dosyasında:<ModSecurity enabled="true" configFile="c:\inetpub\wwwroot\modsecurity.conf" /> bu satır ekli.
çalıştırdıgım web uygulamasındaki config dosyasında aşagıdakiler var.
<!--
<modules>
<remove name="ModSecurityIIS" />
</modules>
-->
<ModSecurity enabled="true" configFile="c:\inetpub\wwwroot\modsecurity.conf" />
The description for Event ID 0 from source ModSecurity cannot be found. Either the compenet that raises this event is not installed on your local computer or the installation is corrupted.You can install or repair the component on the local computer.
yukardaki hatayı nasıl düzeltebilirim?