Searched refs:lastmods (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.c818 const char *exps, *lastmods, *dates, *etag; local
945 lastmods = apr_table_get(r->err_headers_out, "Last-Modified");
946 if (lastmods == NULL) {
947 lastmods = apr_table_get(r->headers_out, "Last-Modified");
949 if (lastmods != NULL) {
950 lastmod = apr_date_parse_http(lastmods);
952 lastmods = NULL;
1051 || (!control.s_maxage && !control.max_age_value)) && lastmods
1071 else if (r->status == HTTP_OK && lastmods == NULL && etag == NULL && (exps

Completed in 13 milliseconds