owasp-modsecurity / ModSecurity-apache

ModSecurity v3 Apache Connector
Apache License 2.0
88 stars 51 forks source link

Usage Instructions #53

Closed porjo closed 5 years ago

porjo commented 5 years ago

Please update the README with some basic usage instructions. For example, something like this:

Usage

Add the following configuration to your Apache httpd.conf

LoadModule security3_module modules/mod_security3.so
modsecurity on
modsecurity_rules_file /path/to/your/modsecurity_rules.conf
victorhora commented 5 years ago

Hi @porjo

Thanks for the reminder. Basic usage instractions has been added at https://github.com/SpiderLabs/ModSecurity-apache/commit/7a8c78f3d20a4848bdd7e6eb056e808a184b164e

Cheers

porjo commented 5 years ago

That's great, thanks!