]> granicus.if.org Git - apache/commit
- no need to use stat() since r->finfo is already what we need
authordgaudet <dgaudet@unknown>
Sun, 25 Jan 1998 03:52:19 +0000 (03:52 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 25 Jan 1998 03:52:19 +0000 (03:52 +0000)
commitc26bf27fb930bf91a041296cc186bdd672600ff3
tree8c4c2e1730f0a90185e2ec96924936f4a8286367
parent149dbf20ff5b953a426a0d995ba7a28e623f4596
- no need to use stat() since r->finfo is already what we need
- no need to play with atime/mtime crud, the web server doesn't preserve
    that info normally anyhow
- deal with r->finfo.st_mode == 0 || !r->filename (i.e. not a disk file)
- don't reference mime_module.type_checker, this should be controlled by
    the ordering within Configuration
- work properly with multiple vhosts
- doc update: even prior to this patch, the code was disabled if there
    was no MimeMagicFile directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79997 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_mime_magic.html