mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds support for the server log integration
This commit is contained in:
@@ -55,7 +55,7 @@ int main (int argc, char **argv)
|
||||
}
|
||||
msc_rules_dump(rules);
|
||||
|
||||
assay = msc_new_assay(modsec, rules);
|
||||
assay = msc_new_assay(modsec, rules, NULL);
|
||||
|
||||
msc_process_connection(assay, "127.0.0.1", 12345, "127.0.0.1", 80);
|
||||
msc_process_uri(assay,
|
||||
|
Reference in New Issue
Block a user