Since it is linux, I would use a logical link in the regular application directory to point to the privileged user's directory. But what sort of application are they adding? If static web pages, then you probably leave most of the web2py-ishness in the normal directory, and just link to a "content" directory, with a simple controller If they need database access or to manipulate the view, then they need more of the web2py features, I'd think.
/dps On Tuesday, June 8, 2021 at 3:22:45 AM UTC-7 lucas wrote: > hello one and all, > > ok, old days of apache. you could configure apache to include the homes > directories for individuals that could login on the unix/linux server. for > instance, the url would include the username and apache would know redirect > to that user's home directory/subdirectory and serve up the pages starting > with index.html. > > is there a way to allow linux users to add an applications directory under > their home/user_name directory and web2py know to refer to that homes > application with a url comes in for it. still keeping the primary > applications in play under the web2py directory also? > > lucas > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/57deea5c-bd5b-4de8-a97f-299d59cd4cbfn%40googlegroups.com.

