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
--- 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.
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
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
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
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