On Tue, 2006-06-13 at 18:59 -0500, James Bennett wrote: > On 6/13/06, ChrisW <[EMAIL PROTECTED]> wrote: > It's not that "media" and "structure" are separated, it's that with > Apache/mod_python it's better for performance reasons to use a > separate web server for media files, stylesheets and JavaScript unless > those files are being constructed by Django; why incur the overhead of > a process with Django and your app in memory just to read a file off > disk and send it down the pipe?
Why is this? I currently have Apache serving static content directly from my Django directory while other URIs are shunted to the development server via a rewrite proxy. Why is the equivalent not possible with FastCGI and mod_python in Apache as well? Regards, -scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---