Lines Matching refs:add
144 * add support for Cache-Control: max-age=20 from the HTTP/1.1
146 * add per-file expiry and explicit expiry times - duplicates some
364 expires_dir_config *add = (expires_dir_config *) addv;
366 if (add->active == ACTIVE_DONTCARE) {
370 new->active = add->active;
373 if (add->expiresdefault != NULL) {
374 new->expiresdefault = add->expiresdefault;
379 new->wildcards = add->wildcards;
380 new->expiresbytype = apr_table_overlay(p, add->expiresbytype,
454 /* Don't add Expires headers to errors */
530 /* Don't add Expires headers to errors */