ModSecurity 2.9.x in 5 minutes
There are just a few fundamental pieces to learn in order to get started with ModSecurity. Phases Actions and Rules Collections Phases There are 5 phases of request processing in ModSecurity 1. You can hook into any one these phases using the phase keyword when writing ModSecurity Actions and Rules. The 5 phases occur in this order: Request Headers Phase Request Body Phase Response Headers Phase Response Body Phase Logging Phase As you pass through the phases, you can still access the information from the previous phases. So, if you are not sure where to begin, start with Logging Phase 5. ...