On Tue, Sep 30, 2008 at 11:40 AM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > I don't use it, but it can do auth and serve images.
as can Apache itself, with appropriate access control. The two steps (this should not be news to anyone here) are checking the auth then something like "exec cat $filename" for which modperl is kind of heavy. Best to let Apache serve the images from a static directory, after devising some kind of dynamic .htaccess scheme driven by the smarter pieces of your system.