I want to send a "Content-Disposition: attachment" response header if the file is a video; if it has a MIME of video/*. I can't see to find the appropriate Apache directive (using Apache 2.0.x) for this.
PS: Well, i don't think it is going to work on Apache < 2.1.+
I'm 2.0.55 and this is available in 2.0.33 so we're good except for the fact that I don't think it's going to do what I want; unless I can define a filter that sends that header, but considering one example of a filter is deflate, I don't think filters will be able to do that.
Indeed, I'm not sure it will help, but the flow diagram suggests that you can manually add headers to response contents. I've never tried it but may be it is an option for you