Re: Deploy many app with WSGI on same Apache Server

2011-01-22 Thread Graham Dumpleton
This question was more appropriate for the users list, not the developers list. So please use users list in future. On Sunday, January 23, 2011 9:42:13 AM UTC+11, Manuel Gonçalves - Analista de Sistemas IFPI wrote: > > Hi, anyone has done a deploy of various django apps on the same > Apache Ser

Deploy many app with WSGI on same Apache Server

2011-01-22 Thread Manuel Gonçalves - Analista de Sistemas IFPI
Hi, anyone has done a deploy of various django apps on the same Apache Server with a single VirtualHost ? The WSGI docs only cover a single app per Server or VirtualHost with WSGIScriptAlias / /usr/local/app1/scripts/django.wsg Using / with WSGIScriptAlias all requests go to this app, I need a