Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/plugins/lua-api/modsecurity/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Integrating ATS with ModSecurity V3 using LuaJIT and FFI
====

Opensource WAF for [Apache Traffic Server](http://trafficserver.apache.org/).
Open source WAF for [Apache Traffic Server](http://trafficserver.apache.org/).

Tested with the following
====
Expand Down Expand Up @@ -30,7 +30,7 @@ Contents/Rules inside example.conf

Working with CRS
====
- Go to [here](https://github.com/SpiderLabs/owasp-modsecurity-crs) and get release v3.2.0
- Go [here](https://github.com/coreruleset/coreruleset) and download release v3.3.2
- Uncompress the contents and copy `crs-setup.conf.example` to `/usr/local/var/modsecurity` and rename it to `crs-setup.conf`
- Copy all files in `rules` directory to `/usr/local/var/modsecurity/rules`
- Copy `owasp.conf` in this repository to `/usr/local/var/modsecurity`
Expand Down
1 change: 1 addition & 0 deletions example/plugins/lua-api/modsecurity/owasp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ SecRuleRemoveById 951230
SecRuleRemoveById 951240
SecRuleRemoveById 951250
SecRuleRemoveById 951260
SecRuleRemoveById 952100
SecRuleRemoveById 952110
SecRuleRemoveById 953100
SecRuleRemoveById 953110
Expand Down