> And in deployment, how should this be? I mean, should I have 2 apache > instances? or use another web server for static content or...?
You can use the same Apache instance, running 2 different virtual hosts: One for the Django site and the other for serving static files. That will probably be sufficient in most cases. -- Mvh Mikkel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---