Felipe "Zimmerle" Costa 93a86f6f33 iis: Adds Visual C++ 12.0 Runtime to be part of the msi package
Visual C++ 12.0 Runtime files are now part of ModSecurity MSI package.
Users don't have to download the vcredist files anymore. Build script
was also updated, to handle the new flag -arch.
2014-03-31 16:22:10 -07:00
..
2013-11-07 18:47:16 -02:00
2013-11-07 18:47:16 -02:00
2013-11-07 18:47:16 -02:00

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.