Change ctl parameters to be case insensitive.

Initial implementation of ctl:removeRuleById.  See #259.
This commit is contained in:
brectanus
2007-10-16 00:14:42 +00:00
parent f66e8c5b38
commit 9efa02f423
4 changed files with 51 additions and 18 deletions

View File

@@ -346,6 +346,9 @@ struct modsec_rec {
/* data cache */
apr_hash_t *tcache;
/* removed rules */
apr_array_header_t *removed_rules;
};
struct directory_config {