You are all making it too complicated. It is much simpler than that. :-)

Give me a while and I will post answer.

Graham

On 5 December 2010 11:07, Carl Nobile <[email protected]> wrote:
> 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.
>
>

-- 
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