Jacob Kaplan-Moss wrote: > On 8/3/07, Aljosa Mohorovic <[EMAIL PROTECTED]> wrote: >> on few blogs/web sites it is stated that > 30 django sites on one >> server running apache/mod_python have some issues, like untraceable >> errors and wrong site displaying for some domain. >> any comments on this? > > When something like this happens, it's usually because of a missing > PythonInterpreter and/or DJANGO_SETTINGS_MODULE directive. > > We've had far more than 30 sites on a single Apache, no problems. I > use the past-tense since we've started running multiple instances of > Apache (instead of one monolithic one with many vhosts) so that we > have greater granular control over each individual site. >
did you go as far as having 1 apache / 1 app? or more like grouping 5-10 sites into one apache? did it change the memory-usage in any way? (i mean, did 1 apache with 30 sites use the same amount of memory than 30 apache with 1site/apache?) thanks, gabor --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---