in reply to download attempted vs completed
mod_perl docs : APR::Error
edited Also have a look at Apache2::RequestIO->sendfile which you can use to send a file, and it returns a status code or throws an exception.
good luck