On Fri, Aug 20, 2010 at 8:08 AM, Wyatt Baldwin <[email protected]> wrote: > On Aug 20, 2:29 am, Jens Hoffrichter <[email protected]> > 3. Just thinking out loud here: can you use Pylons to do auth but then > still serve images directly from Apache, or can you implement your > auth scheme in Apache? On a busy site, I definitely would try to avoid > serving up all those images from Pylons/FileApp.
There's that X-Sendfile response header some people have been talking about. Search the list archive for details. It lets the app do authorization and tell Apache to send the file. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
