My webserver is nginx, but as I showed you before, the output of uwsgi is different depending on the version. One version finds the app and the other doesn't.
Here is a snippet of my development.ini [server:main] use = egg:Paste#http #host = 127.0.0.1 host = 0.0.0.0 port = 5001 [app:main] use = egg:kpoc full_stack = true static_files = true Do you need any other information? Thanks for the fast response. Regards Alan On Thu, Sep 2, 2010 at 11:33 AM, Roberto De Ioris <[email protected]> wrote: > > > Hi, > > > > I was using uWSGI 0.9.6 and there was nothing that made it find my wsgi > > app. > > > > When I downgraded uWSGi version to 0.9.5.4 it worked. > > It looks like there were a problem like this before: > > http://lists.unbit.it/pipermail/uwsgi/2010-June/000363.html > > > > My output for version 0.9.6: > > > > *** Starting uWSGI 0.9.6 (64bit) on [Thu Sep 2 09:28:20 2010] *** > > compiled with version: 4.4.3 > > Python version: 2.6.5 (r265:79063, Apr 16 2010, 14:15:55) > > [GCC 4.4.3] > > *** WARNING: you are running uWSGI without its master process manager > *** > > your memory page size is 4096 bytes > > allocated 624 bytes (0 KB) for 1 request's buffer. > > Setting PythonHome to /python-env... > > binding on TCP port: 3031 > > your server socket listen backlog is limited to 64 connections > > initializing hooks...done. > > Loading paste environment: config:/development.ini > > *application 0 () ready* > > setting default application to 0 > > spawned uWSGI worker 1 (and the only) (pid: 1920) > > > > My output for version 0.9.5.4 > > *** Starting uWSGI 0.9.5.4 (64bit) on [Thu Sep 2 09:30:03 2010] *** > > compiled with version: 4.4.3 > > Python version: 2.6.5 (r265:79063, Apr 16 2010, 14:15:55) > > [GCC 4.4.3] > > *** WARNING: you are running uWSGI without its master process manager > *** > > your memory page size is 4096 bytes > > allocated 560 bytes (0 KB) for 1 request's buffer. > > Setting PythonHome to /python-env... > > binding on TCP port: 3031 > > your server socket listen backlog is limited to 64 connections > > initializing hooks...done. > > Loading paste environment: config:/development.ini > > *application 0 (/) ready* > > setting default application to 0 > > spawned uWSGI worker 1 (and the only) (pid: 1943) > > > > Thanks > > > > Alan > > _______________________________________________ > > uWSGI mailing list > > [email protected] > > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > > > What webserver handler do you use ? > > -- > Roberto De Ioris > http://unbit.it > > _______________________________________________ > 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
