I've seen a lot of examples to manage url rewriting and proxying with web2py, but I haven't found a solution to my problem. I don't have much experience with mod_rewrite, but I would like to use it and avoid rewriting inside web2py (through its routes facilites).
My situation is a single domain, where various applications are hosted through Aliases. I have path_to_wsgi/applications/myapp, and I would like to serve it at http://my.domain.ip/myapp. The domain root points to another service, so I can't install web2py to the root. Is there e ready to use recipe to do it? Thanks giovanni