Index: filed.c ================================================================== --- filed.c +++ filed.c @@ -202,11 +202,11 @@ cache->fd = fd; cache->len = len; cache->path = strdup(path); /* XXX:TODO: Determine */ - cache->type = "text/plain"; + cache->type = "application/octet-stream"; cache->lastmod = filed_format_time(cache->lastmod_b, sizeof(cache->lastmod_b), time(NULL) - 30); } else { filed_log_msg_debug("Cache hit for idx: %lu: PATH \"%s\"", (unsigned long) cache_idx, path); } @@ -285,11 +285,11 @@ return(path); } /* Return an error page */ static void filed_error_page(FILE *fp, const char *date_current, int error_number) { - char *error_string = "ERROR"; + char *error_string = "