{% extends "baseTemplate/index.html" %} {% load static %} {# ModSecurity: master switch, paranoia level, OWASP CRS packs, recent blocks. #} {% block title %}ModSecurity{% endblock %} {% block styles %} {% endblock %} {% block content %}

ModSecurity

Web application firewall in front of every site, with the OWASP Core Rule Set.

Rule packs
of loaded
OWASP CRS rule packs

No CRS rule files were found under {{ crsDir }}. Install the Core Rule Set from the installer's modsecurity stage.

Recent blocks Read from {{ auditLog }}
· from ·
URI
Matched

Nothing has been blocked recently — or the audit log has not been written yet.

Exclusions
Rule idFile Hand edited
No rules are excluded.

Exclusions written here land in {{ panelExclusionsFile }}. The installer also creates {{ exclusionsFile }}, which is yours to edit by hand for anything more specific than "disable this rule everywhere" — a SecRuleUpdateTargetById that exempts one parameter on one URL, for instance. The panel never rewrites that file.

{% endblock %} {% block scripts %} {% endblock %}