Problems in hosting multiple Django cms projects under the same domain?
问题 I am a beginner, I do want to deploy multiple Django cms projects under the same domain. I achieved it by using apache 2.2 and mod_wsgi 4.5.3 the configuration is below. ServerName example.com WSGIDaemonProcess blog python-home=/home/rndbkw/project/virtualenv2.7 python-path=/home/rndbkw/project/djangocms WSGIScriptAlias /blog /home/rndbkw/project/djangocms/rnd/wsgi.py process-group=blog application-group=%{GLOBAL} WSGIDaemonProcess rnd python-home=/home/rndbkw/virtualenv2.7 python-path=/home