Merging IIS and nginx code into M2 trunk.

This commit is contained in:
gregwroblewski
2012-08-20 08:18:11 +00:00
parent 8d5131a186
commit f3e31c75a4
56 changed files with 16914 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Please note that installing ModSecurity for IIS requires IIS to be installed and enabled.
After installing ModSecurity for IIS, the module will be running in all websites by default. To remove from a website add to web.config:
<modules>
<remove name="ModSecurityIIS" />
</modules>
To configure module in a website add to web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<ModSecurity enabled="true" configFile="c:\inetpub\wwwroot\xss.conf" />
</system.webServer>
</configuration>
where configFile is standard ModSecurity config file.
Events from the module will show up in "Application" Windows log.