> I'm running Cherokee Web Server 1.0.9
>
> I've give it a try with uWSGI 0.9.7-dev
>
> Got a 504 Gateway Timeout...
>
>
> Here is my actual ini file :
> [uwsgi]
> socket=127.0.0.1:32944
> home=/home/administrator/.virtualenvs/django.test.0.0.4
> pythonpath=/home/administrator/sandbox/demo/projects/
> pythonpath=/home/administrator/sandbox/demo/projects/demo/
> env = DJANGO_SETTINGS_MODULE=demo.staging_settings
> module = django.core.handlers.wsgi:WSGIHandler()
> processes=6
> master=true
> harakiri=false
> disable-logging=true
> limit-as=128
> listen=128
> socket-timeout=240
> memory-report=true
> logto=/home/administrator/sandbox/demo/log/uwsgi.log

Sorry i have forgot to tell you to add post-buffering=4096 and remove
harakiri line.

In this way the new 0.9.7 post buffering system will signal if cherokee
will disconnect before completing the upload.

Roberto

>

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to