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;
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
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.
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
___
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*
>
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
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
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
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
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
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.
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
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
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.
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
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
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
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/
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;
19 matches
Mail list logo