Thursday, February 27, 2014

Re: How to host multiple instances of the same app with Windows Apache & WSGI?



Am Dienstag, 25. Februar 2014 13:50:11 UTC+1 schrieb Tom Evans:

Use different STATIC_ROOT for each site, eg /static2013 and /static2014.

But what you should really be doing is putting this in to a separate
vhost. Domain names are cheap, sub-domains are even cheaper.

Cheers

Tom

The access to the application has to be made via HTTPS - so I would have to get proper SSL certificates for each new domain. Which isn't cheap...

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5e36d9fc-651b-42dd-a51d-d0ecf65de6b5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment