The main problem here is not app->path mapping (which is not supported
but could be). The problem is that if you have one web2py instance it
must run as www-data and all those folders must be readable/writable
by www-data. This means users are not protected from errors performed
by other users.


On Jan 3, 1:50 pm, David Bain <[email protected]> wrote:
> I'm setting up a webserver that supports web2py, each user should have their
> own web2py instance, hopefully everything will be deployed via mod_wsgi.
>
> This my goal:
> Each user will be able to deploy their apps to their own 'www' folder on the
> webserver
>
> filesystem:
> ~user/www/
>
> for a <user> the web2py app would be available at:
> http 
> server:https://example.com/<user>/examples/appadminhttps://example.com/<user>/adminhttp://example.com/<user>/examples
>
> *Nice to have would be a Cherokee based solution*

Reply via email to