On Thu, 2009-01-08 at 08:33 +0000, Alan wrote: > Dear List, > > > > > So, I developed a project with 2 apps and it's basic ready for > production test. Since I am quite newbie and don't know much about > apache I would like to know if it's possible to have 2 (two) different > django projects (yes, 2, because another collaborator has done another > django project which is already running in our server). If so, it > would be just setting up another virtualhost entry in the http.conf > file pointing to my application?
Yes, this is quite possible. See http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#multiple-django-installations-on-the-same-apache for the way to set things up with mod_python. Or (probably preferably), use mod_wsgi and use two different copies of the scripts (and ScriptAlias entries) from [1] to set things up. [1] http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango Yes, we need to add some mod_wsgi instructions to Django's docs, a la the mod_python ones. That will happen one day. Regards, Malcolm > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---