I would like to be able to disable the Apache module mime_magic
in a particular directory (and its children). I've searched around, and there seem to be special one-off flags you can set to disable some modules (PHP, deflate, etc), but nothing general (or specific to mime_magic
.
Is there a way to disable mime_magic
in one directory? There's a known issue with it causing issues serving BAM files with JBrowse, and the recommended workaround is to disable mime_magic
.