Created
April 24, 2016 21:36
-
-
Save section-io-gists/721981ee1462fad435ee2d303390f491 to your computer and use it in GitHub Desktop.
ModSecurity Rule Engine Initialization Change from DetectionOnly to On
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -- Rule engine initialization ---------------------------------------------- | |
# Enable ModSecurity, attaching it to every transaction. Use detection | |
# only to start with, because that minimises the chances of post-installation | |
# disruption. | |
# | |
#SecRuleEngine DetectionOnly | |
SecRuleEngine On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment