Geoffrey Young wrote:
Cristóvão B. B. Dalla Costa wrote:
We then set up a PerlFixupHandler which sets the file to send with
$r->filename, but that's having no effect.
that's odd. if you set $r->filename($file) from a PerlFixupHandler and have
apache's default handler (either no SetHandler
Cristóvão B. B. Dalla Costa wrote:
> Hello
>
> We're developing an application which returns large files depending on
> the URL provided. For cleanliness and easier updates we do not want to
> set an Apache Alias for each file, instead we're looking them up in a
> database.
>
> Originally, we h