Re: [web2py] Upgrading web2py 1.99.7 to 2.3.2 on ubuntu

2013-02-07 Thread Niphlod
ideally you should have 2 locations (your choice for them to be domain-related or "folder" related , i.e. domain.com/domain2.com vs domain.com/first/ domain.com/second) and have separate wsgiscriptaliase directives, one pointing to "old" and the other pointing to "new" web2py folders. On Thurs

Re: [web2py] Upgrading web2py 1.99.7 to 2.3.2 on ubuntu

2013-02-07 Thread at
Thanks for your reply. Actually we want to keep apache+ssl+mod_wsgi+postgres installations as they are. Keeping them unchanged what should be the right approach to run same applications side-by-side on both old and new versions of web2py? Our servers are in amazon cloud. Thanks & Regards On

Re: [web2py] Upgrading web2py 1.99.7 to 2.3.2 on ubuntu

2013-02-07 Thread Richard Vézina
Do you have a limitation, why would you put 2 version of web2py on the same machine... I would create an other VM with the new stuff! You could use the same database if you want pointing the postgres of the old version of web2py... Richard On Thu, Feb 7, 2013 at 4:06 AM, at wrote: > Hi, > > C