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 had a PerlHandler identify the file and print it out, but it's obviously not the optimal solution, which would be to have Apache itself send the file.
We then set up a PerlFixupHandler which sets the file to send with $r->filename, but that's having no effect.
We're using mod_perl 1.29 with apache 1.3.19.
Thanks in advance,
Cristovao
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html