This solution ended up being perfect, and SIMPLE. I just had to sprinkle a little Mime::FileInfo::Magic over the request, to get the content-type to work right, and POOF! it worked. Just like that. My entire wrapper code (without the accounting, ACL, and somesuch stuff) is under 10 lines, and half of it is constructing the 404 responder.

Torsten Foertsch wrote:
On Fri 22 Feb 2008, Victor Danilchenko wrote:
or to grab a given file from disk?

Perhaps $r->sendfile($filename)? Defined in Apache2::RequestIO.



--
        Victor Danilchenko
        Senior Software Engineer, AskOnline.net
        [EMAIL PROTECTED] - 617-273-0119

Reply via email to