Description
For example, this config silently fails with no errors, and worse, leaves the parser in a potentially erroneous state (causing subsequent rules to be wrong):
cond %{READ_REQUEST_HDR_HOOK}
X-Some-Header "zwoop"
Yes, it's obviously a config error (it should have a "set-header" predicate), but we should detect this.