On Oct 30, 9:44 am, Wes James <compte...@gmail.com> wrote:
> Is there a way to do this?
>
> WSGIScriptAliasMatch ^/(app|admin)(/.*)?$ 
> /opt/web2py-1.69.1/wsgihandler.py/$1$2
> WSGIScriptAliasMatch ^/(app2|admin2)(/.*)?$
> /opt/web2py-1.68.1/wsgihandler.py/$1$2
>
> I was trying this earlier and it was kind of glitchy.  Is there a
> better way to do this?  I took the 1.68.1 version of app and admin and
> renamed them so the 1.69.1 could be test too, but this was having some
> problems.

Define 'glitchy'. Post any actual error messages in logs or a
description of why something isn't behaving as you anticipate.

Also clarify that you are merely talking about trying to interleave
into same URL namespace two distinct web2py instances, each with own
source code including application directories. Plus explain how you
are getting applications in second instance to appear under that URL
instead of normal URL. Are you using url routes in web2py to do that,
or have you renamed actual application directories. If not the latter,
you may have issue with session cookie names conflicting between two
admins.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to