On Fri, 2009-01-09 at 14:03 +0000, Alan wrote:
[...]

> ---------------------------------------
> <VirtualHost xxx.xxx.xxx.xxx:80>
>     DocumentRoot /home/blabla/myproj_1
>     ServerName myproj1.acme.com
>   
>     Alias 
>     <Directory ...
>      ...
>     </Directory>
>      ...
> 
>     WSGIScriptAlias / "/home/blabla/myproj_1/myproj_1.wsgi"
>     WSGIDaemonProcess myproj_1 user=blabla group=users processes=1
> threads=16
>     WSGIProcessGroup myproj_1
>      ...
> </VirtualHost>
> 
> 
> <VirtualHost xxx.xxx.xxx.xxx:80>
>     DocumentRoot /home/blabla/myproj_2
>     ServerName myproj2.acme.com
>   
>     Alias 
>     <Directory ...
>      ...
>     </Directory>
>      ...
> 
>     WSGIScriptAlias / "/home/blabla/myproj_2/myproj_2.wsgi"
>     WSGIDaemonProcess myproj_2 user=blabla group=users processes=1
> threads=16
>     WSGIProcessGroup myproj_2
>      ...
> </VirtualHost>
> ---------------------------------------
> 
> 
> 
> where myproj_1 is already working with wsgi.
> 
> 
> Is that?

That looks like it should work. But, seriously, what happened when you
tried it? This sort of thing takes two minutes to try out and test and
will fail very obviously if it doesn't work. So set up an Apache install
on your development machine and try it out.

Regards,
Malcolm




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to