Geoffrey Young wrote:
what it boils down to is what type of mod_perl application you have. if you can let apache figure out the content-type itself (via $r->filename) then that's the best approach. if you're reading a "file" from a database or something then you'll need to use the response phase.does that kinda clear things up?
Very much so, thank you.