I have followed the documentation for setting up uWSGI for django,
everything seems fine, however when I browse to my virtual server, it cannot
connect.

my django project is in /example and my django_wsgi.py and uwsgi.xml is in
that directory, uwsgi is in /usr/local/bin.

When I run the command below in terminal it seems to run fine with no
problems.

/usr/local/bin/uwsgi -s 127.0.0.1:59544 -x /example/uwsgi.xml

cli output:

prometheus:/example# /usr/local/bin/uwsgi -s 127.0.0.1:59544 -x
/example/uwsgi.xml
[uWSGI] parsing config file /example/uwsgi.xml
*** Starting uWSGI 0.9.6.6 (32bit) on [Tue Jan 25 16:32:31 2011] ***
compiled with version: 4.3.2
Python version: 2.5.2 (r252:60911, Jan 24 2010, 15:24:24)
[GCC 4.3.2]
uWSGI running as root, you can use --uid/--gid/--chroot options
 *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
 *** WARNING: you are running uWSGI without its master process manager ***
your memory page size is 4096 bytes
allocated 412 bytes (0 KB) for 1 request's buffer.
binding on TCP port: 59544
your server socket listen backlog is limited to 64 connections
initializing hooks...done.
added /example/ to pythonpath.
interpreter for app 0 initialized.
application 0 (/) ready
setting default application to 0
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (and the only) (pid: 9038)
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to