Na verdade, você pode aumentar o limite de POST de um vhost em particular.
No entanto, isso é configurado diretamente na definição do arquivo vhost e não em modsecurity
.
Para isso, adicione esta linha ao seu vhost:
SecRequestBodyLimit 20971520
Onde 20971520 é 20MB, como esta diretiva espera um argumento como bytes.
SecRequestBodyLimit Sets the maximum request body size ModSecurity will accept
The SecRuleEngine directive is context-sensitive (i.e., it works with Apache’s container tags , , and so on), which means that you are able to control exactly where ModSecurity runs. [Rui: and define parameters]