Hello,

I've got a huge problem I need to solve as soon as possible, because we are going on production very soon. I can't send emails using django-ses backend (and I can do it on development server using python manage.py runserver ). I have installed uwsgi on a virtualenv with python 2.7 on ubuntu, using pip install uwsgi, then tried with lts with the same result. Here it is my configuration file for uwsgi.

<uwsgi>
<binary-path>/home/borja/workspace/af73-dev/bin</binary-path>
<post-buffering>8192</post-buffering>
<enable-threads/>
<workers>5</workers>
<harakiri>310</harakiri>
<http-timeout>300</http-timeout>
<auto-procname/>
<socket>127.0.0.1:32321</socket>
<master/>
<http>:8888</http>
<virtualenv>/home/borja/workspace/af73-dev</virtualenv>
<pythonpath>/home/borja/workspace/af73-dev/fincaminimo/fincaminimo</pythonpath>
<chdir>/home/borja/workspace/af73-dev/fincaminimo/fincaminimo</chdir>
<module>af73.wsgi</module>
</uwsgi>

No difference if I enable o dissable threads.
Please help me!!!!

--
Arkaitz Múgica Islas <[email protected] <mailto:[email protected]>>

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

Reply via email to