Have you tried mod_rewrite? I've tried mod_write with wsgi and I had
some problems with it not working right, but if you can run each of
your instances on a different port and then use rewrite rules it might
work.
Just a guess here:
RewriteEngine On
RewriteRule ^/site1(.*) http://host:8
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
2 matches
Mail list logo