you'll probably want to make a new directory or sub-directory to install your second copy of web2py. then using your existing config as an example, make a new virtural host entry (if you want to use a subdoamain), or use a mod_rewrite url to map urls to the new directory. 99% of the challenge is the apache config.
cfh On Thursday, August 30, 2012 6:59:39 AM UTC-7, Don_X wrote: > > Hello all ... > > does anyone have any suggestion on how to proceed with a parallel install > of the latest web2py 2.02 ( stable ) under the home/www-data directory ... > > without messing up my previous 1.99.7 ( which has many apps and custom > test apps and exercises that I have made ... ) ... > > PS. the check for upgrades button within the 1.99.7 is not responding ( ! > .. and I think I would prefer to leave the 1.99.7 intact ... and put the > 2.02 right next to it under my apache localhost ) > > I am using Apache 2.2.22 ( Ubuntu ) for my main production environment > ... instead of the default rocket server > > does anyone have a modified version of the web2py & default files under > the /etc/apache2/sites-available that can take into account both web2py > installs under /home/www-data directory ???? > > let's say ... 1 called web2py ( the 1.99.7 one ) > and the other called w2p202 ( the latest one ) > > please advise ... > > I am thinking that this might be a bit more complicated than anticipated > under apache2 !! > > thank you > > Don > > thanks > > Don > --

