[PYTHON] Utilisation de plusieurs projets Django dans Apache (WSGIDaemonProcess)

Comment écrire une configuration lorsque vous traitez avec différents projets Django sur plusieurs hôtes virtuels

<VirtualHost *:80>
ServerName project-1.com
WSGIDaemonProcess project-1 python-path=/path/to/foo:path/to/bar
WSGIProcessGroup project-1
WSGIScriptAlias / /path/to/wsgi.py process-group=project-1
...
</VirtualHost>

<VirtualHost *:80>
ServerName project-2.com
WSGIDaemonProcess project-2 python-path=/path/to/foo:path/to/bar
WSGIProcessGroup project-2
WSGIScriptAlias / /path/to/wsgi.py process-group=project-2
...
</VirtualHost>

Recommended Posts

Utilisation de plusieurs projets Django dans Apache (WSGIDaemonProcess)
Python3 + Django ~ Mac ~ avec Apache
Gérer les fichiers csv avec Django (django-import-export)
Définir plusieurs WSGIPythonPath avec Apache + mod_wsgi
Django + Apache avec mod_wsgi sur Windows Server 2016
CentOS 6.4, Python 2.7.3, Apache, mod_wsgi, Django
Enregistrez plusieurs modèles sous un seul formulaire avec Django
Internationalisation avec Django
CRUD avec Django
Configurer un module avec plusieurs fichiers dans Django
Authentifier Google avec Django
Django 1.11 a démarré avec Python3.6
Télécharger des fichiers avec Django
Sélection multiple avec Jupyter
Résumé du développement avec Django
Sortie PDF avec Django
Sortie Markdown avec Django
Utiliser Gentelella avec Django
Twitter OAuth avec Django
Premiers pas avec apache2
Premiers pas avec Django 1
Gérez Excel avec python
Envoyer des e-mails avec Django
Manipuler rabbimq avec python
Téléchargement de fichiers avec django
Utilisez LESS avec Django
La mutualisation mécanise avec Django
Utiliser MySQL avec Django
Django à partir d'aujourd'hui
Premiers pas avec Django 2
Gestion des fichiers statiques lors du déploiement en production avec Django
Configurer un serveur Web avec CentOS7 + Anaconda + Django + Apache