Users not able to watch videos greater than 10 mins

2014-12-16 Thread khav
My site does video streaming and users are not able to play videos greater than 10 mins.After 10-11 mins flowplayer stop playing the video but i don't get any error either by php/nginx/flowplayer Is there anything wrong with my fastcgi buffers fastcgi_pass unix:/tmp/php5-fpm.sock;

max_size on proxy_cache_path not working correctly

2014-12-16 Thread badtzhou
I am having problem with max_size setting on proxy_cache_path. I trying to set a limit on disk caching space that can be used by nginx. It works initially, but after a while the disk space used by nginx will grow much larger than max_size limit that I set. Feels like nginx cache manager die or stop

Re: all visitor have same IP (my server IP)

2014-12-16 Thread Payam Chychi
On 2014-12-16, 9:32 AM, umarizal wrote: Anoop Alias Wrote: --- Are you seeing the same IP in apache?. If yes then you need the following module in apache https://github.com/gnif/mod_rpaf or http://httpd.apache.org/docs/trunk/mod/mod_remoteip.

Re: Efficient CRL checking at Nginx

2014-12-16 Thread sandeepkolla99
Hi Maxim, Thanks for your help on this issue. I get new crl file everyday. Do we need to reload the whole Nginx conf?. Is there any way to reload only crl file?. Regards, Sandeep Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255509,255539#msg-255539 ___

Re: all visitor have same IP (my server IP)

2014-12-16 Thread umarizal
Anoop Alias Wrote: --- > Are you seeing the same IP in apache?. > > If yes then you need the following module in apache > https://github.com/gnif/mod_rpaf or > http://httpd.apache.org/docs/trunk/mod/mod_remoteip.html > > -- > *Anoop P Alias* >

Re: fastcgi_cache_purge line in config causes segmentation fault since 1.7.8 in nginx-extras

2014-12-16 Thread talkingnews
Right, sorted! https://bugs.launchpad.net/bugs/1403054 New nginx-extras mainline is now available to fix the bug - my good deed for the day :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255522,255534#msg-255534 ___ nginx mailing list ngi

Re: all visitor have same IP (my server IP)

2014-12-16 Thread Anoop Alias
Are you seeing the same IP in apache?. If yes then you need the following module in apache https://github.com/gnif/mod_rpaf or http://httpd.apache.org/docs/trunk/mod/mod_remoteip.html -- *Anoop P Alias* ___ nginx mailing list nginx@nginx.org http://mai

Re: all visitor have same IP (my server IP)

2014-12-16 Thread umarizal
activa Wrote: --- > i have added the setting to the nginx.conf . > > but still i show more than 1500 connexion from the server ip . Do you solve the problem? I ask because I am having the same problem. After installing Nginx, all visitors are

Re: Issue in ngx_http_parse_request_line

2014-12-16 Thread akamatgi
Thanks Valentin for digging out the mod_security fix. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255493,255528#msg-255528 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: Problems with nginx-extras on Debian Wheezy

2014-12-16 Thread ST
good people from the IRC channel (thresh) solved the problem: I was copy/pasting the config lines from GoogleDocs and it seemingly has problematic chars for spaces which nginx didn't like... Thank you! > Hi, > I have installed nginx-extras on Debian Wheezy. nginx -V shows: > --with-http_mp4_modul

Re: fastcgi_cache_purge line in config causes segmentation fault since 1.7.8 in nginx-extras

2014-12-16 Thread talkingnews
For anyone following this, I had a reply on the repo bug ticket saying: > I just downloaded nginx_1.7.8-1+utopic1.debian.tar.gz sources from PPA and it looks that unfortunately it doesn't use the latest version of the module. Please contact PPA package maintainer (teward) and ask him to update it.

Problems with nginx-extras on Debian Wheezy

2014-12-16 Thread ST
Hi, I have installed nginx-extras on Debian Wheezy. nginx -V shows: --with-http_mp4_module , but if I write mp4; in location / {} it says on restart: nginx: [emerg] unknown directive " mp4" . the same with ssl_protocols directive which I put in nginx.conf - http {} ... Why? Here some

Re: fastcgi_cache_purge line in config causes segmentation fault since 1.7.8 in nginx-extras

2014-12-16 Thread talkingnews
Valentin V. Bartenev Wrote: --- > https://github.com/FRiCKLE/ngx_cache_purge/blob/master/CHANGES > > Since you're using a lot of 3rd-party modules it's a good idea to > update them too. Not sure how I can do this when I'm using http://ppa.launc

Re: fastcgi_cache_purge line in config causes segmentation fault since 1.7.8 in nginx-extras

2014-12-16 Thread Valentin V. Bartenev
On Tuesday 16 December 2014 05:36:38 talkingnews wrote: > Hello; > > for many months I've been running the config shown here: > https://rtcamp.com/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/ > > This morning, I apt-get upgraded and got nginx 1.7.8 and a load of dead > sites.

fastcgi_cache_purge line in config causes segmentation fault since 1.7.8 in nginx-extras

2014-12-16 Thread talkingnews
Hello; for many months I've been running the config shown here: https://rtcamp.com/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/ This morning, I apt-get upgraded and got nginx 1.7.8 and a load of dead sites. running nginx -t gave me a segmentation fault (core dumped) error. A

Re: Issue in ngx_http_parse_request_line

2014-12-16 Thread Valentin V. Bartenev
On Tuesday 16 December 2014 00:58:26 akamatgi wrote: > Hi Maxim/Valentin, > Thanks for your response. > Both port_start and port_end are being used by the mod_security nginx > module. > Failure to set port_start is causing a Segmentation Violation when > mod_security is enabled and a request with a

Re: SPDY: nginx/1.6.2: proxy_pass does not work when https is used

2014-12-16 Thread Valentin V. Bartenev
On Tuesday 16 December 2014 11:48:37 Yury Kirpichev wrote: > worker_processes 12; > > events { > worker_connections 8192; > use epoll; > } > > http { > server { > listen [::]:6121 spdy; > listen [::]:80; > > client_body_buffer_size 100k; > client_max

proxy whitelist, exclude domain

2014-12-16 Thread Mr Katsan
Hello! My nginx is configured as proxy and I want to know how to exclude specific domain from proxy_pass. Currently I'm using 'if', any other ideas? config - http://p.ngx.cc/654d77baf333aeb2 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/

Re: SPDY: nginx/1.6.2: proxy_pass does not work when https is used

2014-12-16 Thread Yury Kirpichev
Hi, Here is full config, I tried to make it as small as possible. worker_processes 12; events { worker_connections 8192; use epoll; } http { server { listen [::]:6121 spdy; listen [::]:80; client_body_buffer_size 100k; client_max_body_size 100k;