From 602adf1ab5699f09e97bb6146d3c834bf936996b Mon Sep 17 00:00:00 2001 From: martinhsv <55407942+martinhsv@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:45:00 -0500 Subject: [PATCH] Updated Reference Manual (v3.x) (mediawiki) --- Reference-Manual-(v3.x).mediawiki | 32 ------------------------------- 1 file changed, 32 deletions(-) diff --git a/Reference-Manual-(v3.x).mediawiki b/Reference-Manual-(v3.x).mediawiki index a8f863d..442e192 100644 --- a/Reference-Manual-(v3.x).mediawiki +++ b/Reference-Manual-(v3.x).mediawiki @@ -220,38 +220,6 @@ location @backend { When deploying via this method you will need to modify the @backend definition to point to your correct back-end web application that Nginx is proxying to. Again, Starting with ModSecurity 2.7.2 the ModSecurityPass option was removed. -= Installation for Microsoft IIS = -Before installing ModSecurity make sure you have Visual Studio 2013 Runtime (vcredist) installed. -Vcredist can be downloaded here: http://www.visualstudio.com/downloads/download-visual-studio-vs -(note that, there are two different versions 32 and 64b). - -=== Configuration === -: After the installation the module will be running in all websites by default. To remove it from a website add to web.config: -
-: To configure module in a website add to web.config: -- -
--: where configFile is standard ModSecurity config file. -- - --