I know Roberto already answered the question, but I think its worth adding that 
there are simple concrete examples in the 0.9.7-beta1 source distribution.

In particular, in the root of 0.9.7-beta1 look at

   -- multiapp.py
   -- multi.xml
   -- multi.ini

I especially like the mountpoints in multi.xml

        <app mountpoint="/">
                <module>werkzeug.testapp:test_app</module>
        </app>

        <app mountpoint="/trac">
                <module>trac.web.main:dispatch_request</module>
        </app>

        <app mountpoint="/trac/foo">
                <module>werkzeug.testapp:test_app</module>
        </app>


Den Mar 3, 2011 kl. 6:05 AM skrev Sameer Rahmani:

> hi is there any way to server multiple application with one uwsgi
> master 
> 
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to