It varies from distro to distro and webserver to webserver but here's a guide for Apache on Debian:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-debian-8 After that's set up, you can then add Django to each virtual host by following the Django documentation for running under Apache: https://docs.djangoproject.com/en/2.0/howto/deployment/wsgi/modwsgi/ On Mon, Jul 16, 2018 at 03:18:10PM +0200, mottaz hejaze wrote: > ryan do you have a guide for this .. i found one but its outdated i think > > On Mon, 16 Jul 2018, 14:53 Ryan Nowakowski, <[email protected]> wrote: > > > Yes > > > > On July 16, 2018 6:50:37 AM CDT, mottaz hejaze <[email protected]> > > wrote: > >> > >> > >> hello friends , > >> > >> is it possible to host multiple django websites on a single VPS ?? > >> > >> i mean real production websites all go live in the same time from the > >> same VPS like digitalocean VPS > >> > >> thx all > >> > >> -- > > 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 [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at https://groups.google.com/group/django-users. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/django-users/2656591E-B7AE-410C-9008-8FC0C76B7DF3%40fattuba.com > > <https://groups.google.com/d/msgid/django-users/2656591E-B7AE-410C-9008-8FC0C76B7DF3%40fattuba.com?utm_medium=email&utm_source=footer> > > . > > For more options, visit https://groups.google.com/d/optout. > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAHV4E-e1vOkXNpi-kiFs%2B6Z2SGXfmzWNp137OYVsPB4dZmZ52Q%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20180718205610.GC23248%40fattuba.com. For more options, visit https://groups.google.com/d/optout.

