[uWSGI] nginx+uwsgi+django, there seems to be some strange cache in uwsgi

2014-12-03 Thread Manivel Rajendran
Hi, The django works fine, but modified pages can't be seen unless i restart uwsgi. i didn't config anything about cache. It works well with python manager runserver, but have this problem when working with nginx+uwsgi. This is my uwsgi.ini file

Re: [uWSGI] nginx+uwsgi+django, there seems to be some strange cache in uwsgi

2014-12-14 Thread Manivel Rajendran
arising from opening or using this email and any attachment. -- *From:* uwsgi-boun...@lists.unbit.it [uwsgi-boun...@lists.unbit.it] on behalf of Manivel Rajendran [be.mani...@gmail.com] *Sent:* Thursday, 4 December 2014 5:52 PM *To:* uWSGI developers and users list

[uWSGI] Resource temporarily unavailable ( uwsgi + nginx + mysql )

2015-02-05 Thread Manivel Rajendran
Hi, I am getting below error everyday. i don't know what setting i missed. Please help me Error : 2015/02/06 11:49:06 [error] 23306#0: *49 connect() to unix:///var/run/uwsgi/test_uwsgi.sock failed (11: Resource temporarily unavailable) while connecting to upstream , client: 192.168.1.10,

[uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Manivel Rajendran
Hello, I am trying to download a large file from my webserver, The file size is around 2.5GB. When I try to download it via the browser it's not download completely, after 1GB automatically truncate ( Nginx + uwgi website ) but i can able to download full when i will use without uwsgi. *Best

Re: [uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Manivel Rajendran
Yes, I am going to serve the file via uWSGI+python. Here is the uWSGI error log: Tue Mar 17 15:11:32 - uwsgi_response_write_body_do() TIMEOUT !!! IOError: write error [pid: 20012|app: 0|req: 5/9] 10.177.7.30 () {46 vars in 927 bytes} [Tue Mar 17 15:06:41 2015] POST /cdcontent/ = generated

Re: [uWSGI] Nginx + Uwsgi Can't download large file ( more the 1GB)

2015-03-17 Thread Manivel Rajendran
Could you tell me what option i want to add in my uwsgi.ini file? On Tue, Mar 17, 2015 at 5:48 PM, Roberto De Ioris robe...@unbit.it wrote: Yes, I am going to serve the file via uWSGI+python. Here is the uWSGI error log: Tue Mar 17 15:11:32 - uwsgi_response_write_body_do() TIMEOUT !!!

[uWSGI] Problem with mysql + uwsgi

2015-06-01 Thread Manivel Rajendran
Hi, I am using MySQL as my backend for my django website and I have configured it with nginx via uwsgi. Everything is working fine. But some times when I update any record and it is updated in mysql, at the same time it shows the old data in another page, which lists all the records. When I

Re: [uWSGI] Problem with mysql + uwsgi

2015-06-02 Thread Manivel Rajendran
data for time you start transaction. On Tue, Jun 2, 2015 at 2:40 PM Manivel Rajendran be.mani...@gmail.com wrote: Hi, I am using MySQL as my backend for my django website and I have configured it with nginx via uwsgi. Everything is working fine. But some times when I update any record

Re: [uWSGI] ImportError: No module named site while starting the uwsgi

2018-04-10 Thread Manivel Rajendran
at 2:07 PM, Etienne Robillard <tkad...@yandex.com> wrote: > Hi Manivel, > > Can you try without virtualenv using uWSGI 2.0.17 ? > > Thanks, > > Etienne > > Le 2018-04-10 à 03:00, Manivel Rajendran a écrit : > > Hi, > > I have created a new django project

[uWSGI] ImportError: No module named site while starting the uwsgi

2018-04-10 Thread Manivel Rajendran
Hi, I have created a new django project and try to run that project using uwsgi. It is giving the error "i.e *ImportError: No module named site*" Here i have installed the uwsgi 2.0.15 on virtual environment. I started the uwsgi using below command # uwsgi --ini project.ini *Error log