On Tue, Jun 3, 2008 at 6:42 AM, Ben Davies <[EMAIL PROTECTED]> wrote:
> Okay, this is great! Making some real headway here.
>
> Your suggestions works as expected. However, I want to throw another spanner
> in the works :)
>
> I have a directory which only contains flac files. I have several bash
> scripts, each of which convert a flac file to another format (mp3, aac, etc)
>
> I've setup various custom filters for each using ExtFilterDefine, and they
> all work as suggested.
>
> Now:
>
> I could expand your suggestion of using SetEnvIf to pass through the value
> of the quality field for each mimetype I want to support. This would be a
> fine solution, and would work.
>
> However, I'm interested in seeing if I can get MultiViews to work with
> directives provided by mod_filter.

I haven't though your problem through in detail, but I don't think
this approach will work. MultiViews is used specifically when choosing
between a bunch of files that exist in the filesystem, but that have
different meta-data attached to them. You only have a single file, but
wish to process it in a bunch of different ways.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to