Good you asked, I don't know because I couldn't try it yet. This a bit complicated. We are spread across Europe and I don't have the access as admin to the server, so what I am doing is the best I can because then the admin will test it. She set up the apache to restart every hour. So you see, if I don't success at first I will have to wait another hour... or her do restart (if available), not just 2 min for me unfortunately :-) Many thanks, Alan
On Sat, Jan 10, 2009 at 01:16, Malcolm Tredinnick <malc...@pointy-stick.com>wrote: > > 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 > > > > > > > -- Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate Department of Biochemistry, University of Cambridge. 80 Tennis Court Road, Cambridge CB2 1GA, UK. >>http://www.bio.cam.ac.uk/~awd28<< --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---