You can use %{RESOURCE} but, you will still need to create two
VirtualHosts. From reading the docs it seems that %{RESOURCE} just
gives you a group name that includes the host name and port and the
path to and including wsgi hook script tacked on the end.

~Carl

On Sat, Dec 4, 2010 at 4:33 PM, Damjan <[email protected]> wrote:
>
>> I would like to run two WGSI applications in different process groups.
>> However, they should be accessible washttp://bla/app1andhttp://bla/app2.
>>
>> How do I configure this?
>
> AFAIK, and from reading the documentation on WSGI application groups
> http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIApplicationGroup
>
> By default (%{RESOURCE}) your two applications will be in different
> process groups since they have different SCRIPT_NAME
>
> --
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/modwsgi?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to