P.S. Also I would make a distinction on whether the mapping is done to remove a BASE (use apache) for aesthetic reasons (also use Apache) or for functional reasons (use routes.py).
By functional reasons I man that the app would break without the mapping. If the app would break than the mapping belongs to the web2py level (routes.py or app level routes.py). On Sunday, 18 August 2013 03:02:47 UTC-5, Massimo Di Pierro wrote: > > I would use Apache. Mostly because it is a little faster. > > On Saturday, 17 August 2013 16:48:38 UTC-5, jonten wrote: >> >> Hi Massimo, >> >> I am just curious to know if it is better to modify BASE in routes.py >> than using the config below in Apache vhost config instead of >> WSGIScriptAlias? Or if it is equvivalent: >> >> WSGIScriptAliasMatch ^/myapp.* /var/www/web2py/wsgihandler.py >> >> Best regards, >> //Jon >> >> -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

