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/appadmin
https://example.com/<user>/admin
http://example.com/<user>/examples

*Nice to have would be a Cherokee based solution*

Reply via email to