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