Searched defs:ignore (Results 1 - 3 of 3) sorted by relevance

/httpd/support/
H A Dfirehose.c552 int ignore = 0; local
567 ignore = 1;
571 /* must we ignore unknown uuids? */
573 ignore = 1;
579 ignore = 1;
598 if (!ignore && !header.count && !check_prefix(file,
600 ignore = 1;
602 if (!ignore) {
606 if (ignore || APR_SUCCESS != status) {
613 if (!ignore) {
[all...]
/httpd/modules/test/
H A Dmod_policy.c49 policy_ignore = 0, /* ignore this policy */
125 /* downgrade enforce and log to ignore? */
959 else if (!strcmp(action, "ignore")) {
964 "'%s' must be one of 'enforce, 'log' or 'ignore'.", action);
980 const char *environment, const char *log, const char *ignore)
986 conf->environment_ignore = ignore;
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, lo
979 set_environment(cmd_parms *cmd, void *dconf, const char *environment, const char *log, const char *ignore) argument
[all...]
/httpd/server/
H A Dconfig.c385 const char *ignore; local
450 ignore = apr_table_get(r->notes, "HTTP_IGNORE_RANGE");
451 if (!ignore) {
2241 * I.e. if new->level has been set, we must ignore old->module_levels.

Completed in 1115 milliseconds