Thanks for looking, robert. the uwsgi log looks like this:
---------------- *** Starting uWSGI 2.0.15 (64bit) on [Tue May 16 16:22:13 2017] *** compiled with version: 5.4.0 20160609 on 15 May 2017 19:45:42 os: Linux-4.9.15-x86_64-linode81 #1 SMP Fri Mar 17 09:47:36 EDT 2017 nodename: sextant machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 6 current working directory: / detected binary path: /mounts/var_www/www/sites/App1-virtualenv/bin/uwsgi your processes number limit is 48025 your memory page size is 4096 bytes *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers *** detected max file descriptor number: 1024 lock engine: pthread robust mutexes thunder lock: disabled (you can enable it with --thunder-lock) uwsgi socket 0 inherited UNIX address /tmp/app1-pyramid.sock fd 3 uwsgi socket 1 inherited UNIX address /tmp/app1-pyramid.sock fd 3 Python version: 2.7.12 (default, Sep 23 2016, 18:18:25) [GCC 5.4.0 20160609] Set PythonHome to /var/www/sites/App1-virtualenv *** Python threads support is disabled. You can enable it with --enable-threads *** Python main interpreter initialized at 0xee5b40 [carbon] added server 127.0.0.1:2003 [carbon] added server 127.0.0.1:2003 [carbon] carbon plugin started, 60s frequency, 3s timeout, max retries 0, retry delay 7s your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 654912 bytes (639 KB) for 8 cores *** Operational MODE: preforking *** Loading paste environment: config:/var/www/sites/App1-tag-current_production/daemons/app1_pyramid/production.ini ...... pyramid routing runs ...... *** Starting uWSGI 2.0.15 (64bit) on [Tue May 16 16:22:21 2017] *** compiled with version: 5.4.0 20160609 on 15 May 2017 19:45:42 os: Linux-4.9.15-x86_64-linode81 #1 SMP Fri Mar 17 09:47:36 EDT 2017 nodename: sextant machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 6 current working directory: / writing pidfile to /tmp/app1-pyramid.pid detected binary path: /mounts/var_www/www/sites/App1-virtualenv/bin/uwsgi setuid() to 33 your processes number limit is 48025 your memory page size is 4096 bytes *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers *** detected max file descriptor number: 1024 lock engine: pthread robust mutexes thunder lock: disabled (you can enable it with --thunder-lock) uwsgi socket 0 bound to UNIX address /tmp/app1-pyramid.sock fd 3 Python version: 2.7.12 (default, Sep 23 2016, 18:18:25) [GCC 5.4.0 20160609] Set PythonHome to /var/www/sites/App1-virtualenv *** Python threads support is disabled. You can enable it with --enable-threads *** Python main interpreter initialized at 0xfb2060 [carbon] added server 127.0.0.1:2003 [carbon] added server 127.0.0.1:2003 [carbon] carbon plugin started, 60s frequency, 3s timeout, max retries 0, retry delay 7s your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 654912 bytes (639 KB) for 8 cores *** Operational MODE: preforking *** Loading paste environment: config:/var/www/sites/App1-tag-current_production/daemons/app1_pyramid/production.ini ...... pyramid routing runs again pyramid application starts ...... _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
