Hello, I would like to run two WGSI applications in different process groups. However, they should be accessible was http://bla/app1 and http://bla/app2.
How do I configure this? It seems to me that WSGIDaemonProcess group1 user=joe WSGIDaemonProcess group2 user=jeff WSGIProcessGroup group1 WSGIScriptAlias /app1 /usr/local/wsgi/scripts/app1.wsgi WSGIProcessGroup group2 WSGIScriptAlias /app2 /usr/local/wsgi/scripts/app2.wsgi Is unlikely to work because one ProcessGroup directory would override the other(?). Thanks, Nikolaus -- 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.
