On Sun, Apr 19, 2009 at 11:08 PM, Greg <gregplaysgui...@gmail.com> wrote:

>
> Hi all,
>
> My django sites and static media are currently served by the same
> multi-process apache installation, and I'm wondering if it would be
> more efficient — memory-wise — to have a completely seperate apache
> install for media (listening to a seperate IP etc). The media
> installation would have mod_deflate, mod_expires etc installed, and
> the django one would just have mod_wsgi, whereas currently all these
> modules are installed in my one apache config.
>
> I'm not familiar enough with how the Apache / mod_wsgi stack works to
> know whether this would be worthwhile... does anyone know?
>
> Hopefully I'm asking this question in the right place... feel free to
> point me in the right direction if there's a better forum.
>
> Regards,
> Greg Brown
> >
>
To my understanding having something like nginx out front serving media and
proxying to apache is the best setup memory wise.  That obviously requires
installing and setting up nginx though.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to