I am interested in running multiple web2py trees, for use in testing web2py upgrades before full deployment, as well as testing local code.
I am behind a firewall, so I only have the http and https ports available. I'm running Apache, and managed so far to get just the one copy of web2py going, at the Apache DocumentRoot. I know could define additional virtual hosts, and put a copy of web2py at the DocumentRoot of each of those, but that is not workable because there is a slow bureaucracy between me and getting more hostnames. So, I'm looking for a way to have multiple web2py directories under the same virtual host. That is, I'd like to be able to have http://myhost.cs.fsu.edu/aaa go to one web2py root, and http://myhost.cs.fsu.edu/bbb go to another version. My first naive attempt seems to indicate that web2py has hard-coded rooted paths in it, which rely on everthing being located at DocumentRoot. Is there a known solution for this? Ted -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.