Re: Dropped https client connection doesn't drop backend proxy_pass connection

2013-06-26 Thread Lintao L.
Hi everyone, I have the same problem. I really need this feature. how is this going? >> Maxim Dounin: > Valentin is already worked on this, and I believe he'll be able to > provide a little bit more generic patch. does this mean in the future we can use epoll to detect the client connection's a

Re: Trouble adding /pma location to all virtual hosts

2013-06-26 Thread Francis Daly
On Wed, Jun 26, 2013 at 10:22:21AM -0400, Ben Johnson wrote: Hi there, > I was able to accomplish my objective with some help from the tutorial > at: It's good that you've got it working now. There are a few things that you might like to consider when deploying it across all vhosts. First: for

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

2013-06-26 Thread Francis Daly
On Wed, Jun 26, 2013 at 10:55:24AM -0400, Josh Haimson wrote: Hi there, > The odd thing is that 'uwsgi_pass' works perfectly on a different machine > running the same OS and the same version of nginx. Which file on the filesystem is the "works perfectly" nginx binary? /usr/sbin/nginx, /usr/loca

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

2013-06-26 Thread Josh Haimson
Thanks for the help! Unfortunately, changing uwsgi_pass to wsgi_pass did not solve the problem. Now I just get an error saying there's an unknown directive 'wsgi_pass' instead of an unknown directive 'uwsgi_pass'. The odd thing is that 'uwsgi_pass' works perfectly on a different machine running

Re: Trouble adding /pma location to all virtual hosts

2013-06-26 Thread Ben Johnson
I was able to accomplish my objective with some help from the tutorial at: http://www.howtoforge.com/running-phpmyadmin-on-nginx-lemp-on-debian-squeeze-ubuntu-11.04 location /pma { root /var/www/; index index.php index.html index.htm; location ~ ^/pma/(.+\.php)$ { try_files $uri =4

Re: call http request from location

2013-06-26 Thread Maxim Dounin
Hello! On Wed, Jun 26, 2013 at 08:53:39AM +0200, asd wrote: > Not sure. PHP not know mp4 video playing start. > I can save time, filename, ip addr after called url by nginx. Most obvious aproach would be to use a php script with X-Accel-Redirect to track playback start. Alternatively, you may