Il 18/05/2013 17:29, Roberto De Ioris ha scritto: > Should be fixed in latest code from github > > Let me know if it works for you are there is an open issue
No, it doesn't work. Using the previous example I get the same app mounted in both mountpoints and the other being skipped. > valerio@orion /tmp/uwsgi-master > $ ./uwsgi --ini MOUNT.ini > [11:29:41 0!] > [uWSGI] getting INI configuration from MOUNT.ini > *** Starting uWSGI 1.9.11 (64bit) on [Sun May 19 11:29:47 2013] *** > compiled with version: 4.6.3 on 19 May 2013 11:28:43 > os: Linux-3.2.0-43-generic #68-Ubuntu SMP Wed May 15 03:33:33 UTC 2013 > nodename: orion > machine: x86_64 > clock source: unix > pcre jit disabled > detected number of CPU cores: 4 > current working directory: /tmp/uwsgi-master > detected binary path: /tmp/uwsgi-master/uwsgi > your processes number limit is 31496 > your memory page size is 4096 bytes > detected max file descriptor number: 1024 > lock engine: pthread robust mutexes > uWSGI http bound on :9000 fd 4 > uwsgi socket 0 bound to TCP address 127.0.0.1:49295 (port auto-assigned) fd 3 > Python version: 2.7.3 (default, Aug 1 2012, 05:25:23) [GCC 4.6.3] > *** Python threads support is disabled. You can enable it with > --enable-threads *** > Python main interpreter initialized at 0xe3b5a0 > your server socket listen backlog is limited to 100 connections > your mercy for graceful operations on workers is 60 seconds > mapped 145440 bytes (142 KB) for 1 cores > *** Operational MODE: single process *** > mounting A:app1 on /a > WSGI app 0 (mountpoint='/a') ready in 0 seconds on interpreter 0xe3b5a0 pid: > 6601 (default app) > mounting B:app2 on /b > mountpoint /b already configured. skip. > *** uWSGI is running in multiple interpreter mode *** > spawned uWSGI master process (pid: 6601) > spawned uWSGI worker 1 (pid: 6602, cores: 1) > spawned uWSGI http 1 (pid: 6603) -- Valerio De Carolis - http://www.decabyte.it "To invent an airplane is nothing. To build an airplane is something. But to fly ... is everything. - Ferdinand Ferber" _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
