Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save section-io-gists/721981ee1462fad435ee2d303390f491 to your computer and use it in GitHub Desktop.
Save section-io-gists/721981ee1462fad435ee2d303390f491 to your computer and use it in GitHub Desktop.
ModSecurity Rule Engine Initialization Change from DetectionOnly to On
# -- 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