Lines Matching defs:log
50 policy_log, /* log the violation as a warning, but let it through */
51 policy_enforce /* log the violation as an error, and decline */
119 /* downgrade enforce to log? */
125 /* downgrade enforce and log to ignore? */
956 else if (!strcmp(action, "log")) {
964 "'%s' must be one of 'enforce, 'log' or 'ignore'.", action);
980 const char *environment, const char *log, const char *ignore)
985 conf->environment_log = log;
1221 "Action to take (enforce, ignore, log) if a conditional request was not honoured. Defaults to 'log'."),
1236 "Action to take (enforce, ignore, log) if Content-Length missing. Defaults to 'log'."),
1245 "Action to take (enforce, ignore, log) if keepalive is not possible. Defaults to 'log'."),
1254 "Action to take (enforce, ignore, log), followed by one or more valid content types containing optional wildcards ? and *"),
1263 "Action to take (enforce, ignore, log), followed by one or more headers containing optional wildcards ? and * that are NOT to appear in a Vary header"),
1272 "Action to take (enforce, ignore, log) if Last-Modified or Etag is missing or invalid. Defaults to 'log'."),
1281 "Action to take (enforce, ignore, log) if a response is not cacheable. Defaults to 'log'."),
1290 "Action to take (enforce, ignore, log) if a response has an effective maxage less than the age provided. Defaults to 'log'."),
1299 "Action to take (enforce, ignore, log) if a response has an HTTP version less than the version provided. Defaults to 'log HTTP/0.9'."),