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

/httpd/modules/test/
H A Dmod_policy.c94 policy_result maxage_action; member in struct:policy_conf
642 policy_result result = check_enabled(f->r, conf, conf->maxage_action);
865 new->maxage_action = policy_log;
930 new->maxage_action = (add->maxage_set == 0) ? base->maxage_action
931 : add->maxage_action;
1161 return parse_action(cmd->pool, action, &conf->maxage_action);

Completed in 2821 milliseconds