Hello!
On Fri, Sep 5, 2014 at 2:03 PM, Donatas Abraitis wrote:
> have you any idea how to tell ModSecurity handler to go next to post_action
> after handling? Because now it proxy_pass and that's it.
>
The undocumented "post_action" feature is buggy and better avoid using
it (and I won't bother spending any of my time to debug any issues
with it).
One can try using log_by_lua (+ ngx.timer.at(), if IO is involved) to
replace "post_action".
Regards,
-agentzh