Ah thanks.. I see that fix now. Confirm all appears to be working now.
Is there a way to make the FreeBSD port version of uwsgi run with Python3.2? Or would it be best to use your mecurial repo? > [root@howarth-dev ~/uwsgi-1.2]# ./uwsgi --http :3031 --master --wsgi-file > /root/hello-uwsgi.py > *** Starting uWSGI 1.2.4 (64bit) on [Fri Jul 13 11:34:43 2012] *** > compiled with version: 4.2.1 20070831 patched [FreeBSD] on 13 July 2012 > 11:14:07 > detected number of CPU cores: 1 > current working directory: /root/uwsgi-1.2 > detected binary path: /root/uwsgi-1.2/uwsgi > uWSGI running as root, you can use --uid/--gid/--chroot options > *** WARNING: you are running uWSGI as root !!! (use the --uid flag) *** > your memory page size is 4096 bytes > detected max file descriptor number: 11095 > lock engine: POSIX semaphores > uWSGI http bound on :3031 fd 4 > uwsgi socket 0 bound to TCP address 127.0.0.1:22106 (port auto-assigned) fd 3 > Python version: 3.2.3 (default, Jul 11 2012, 10:17:04) [GCC 4.2.1 20070831 > patched [FreeBSD]] > *** Python threads support is disabled. You can enable it with > --enable-threads *** > Python main interpreter initialized at 0x802913180 > your server socket listen backlog is limited to 100 connections > *** Operational MODE: single process *** > WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x802913180 pid: > 11215 (default app) > *** uWSGI is running in multiple interpreter mode *** > spawned uWSGI master process (pid: 11215) > spawned uWSGI worker 1 (pid: 11216, cores: 1) > spawned uWSGI http 1 (pid: 11217) On 13 Jul 2012, at 12:22, Roberto De Ioris wrote: > >> Hi Robert >> >> Thanks for the speedy reply.. >> >> I have the same result with 1.2 > > > this is on another part, retry pulling the new code > >> > -- > 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
