Re: call http request from location

2013-06-25 Thread asd
Not sure. PHP not know mp4 video playing start. I can save time, filename, ip addr after called url by nginx. 2013/6/26 wishmaster > > > --- Original message --- > From: "asd" > Date: 25 June 2013, 18:48:37 > > > > Hy. > > > > It possible exec curl from location or call http request with othe

Re: call http request from location

2013-06-25 Thread wishmaster
--- Original message --- From: "asd" Date: 25 June 2013, 18:48:37 > Hy. > > It possible exec curl from location or call http request with other solution? > > > I need request special url if user start playing mp4 video. > I think this is job for php or any other server-side application.

Trouble adding /pma location to all virtual hosts

2013-06-25 Thread Ben Johnson
Hello, I'm trying to accomplish something that feels like it should be very simple, yet I'm struggling. I'm new to nginx, and I feel a bit lost as I try to "translate" everything that I've done in Apache over the years to nginx. So, please bear with me. I've done my research and asking this list f

call http request from location

2013-06-25 Thread asd
Hy. It possible exec curl from location or call http request with other solution? I need request special url if user start playing mp4 video. thanks ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx + Uwsgi Error: unknown directive "uwsgi_pass"

2013-06-25 Thread MCoder
you should use wsgi_pass, not uwsgi_pass 2013/6/25 Josh Haimson > Hi all, > > I'm trying to configure nginx 1.1.19 on an ubuntu server with uwsgi. It > works fine on my ubuntu dev machine with the same exact version of nginx, > but for some reason I get the following error when I try to start

Re: Handling nginx's too many open files even I have the correct ulimit

2013-06-25 Thread 0liver
Thanks a lot, Jader. Your hint saved me hours of additional headache after our site was almost unusable due to NGINX throwing tens of thousands of "24: Too many open files" errors. I chose to set *worker_rlimit_nofile* to 65536 = 2^16 for peace of mind :-) It's important to note, that the *worker