Re: Image Filter Error

2014-05-11 Thread Indo Php
HI, Thanks for your answer. However If I resize it to the bigger size, it's working fine On Thursday, May 8, 2014 11:44 AM, Nicholas Sherlock wrote: On 6 May 2014 16:11, Indo Php wrote: Hi > > >When doing resizing on the image, I got the error below >gd-png:  fatal l

Image Filter Error

2014-05-05 Thread Indo Php
Hi When doing resizing on the image, I got the error below gd-png:  fatal libpng error: IDAT: CRC error gd-png error: setjmp returns error condition 22014/05/06 10:45:55 [error] 6137#0: *4879 gdImageCreateFromPngPtr() failed while sending to client, client: x.x.x.x, server: my.hostname.com, requ

Re: ngx_cache_purge + query string

2014-05-05 Thread Indo Php
Thanks! On Monday, May 5, 2014 5:35 PM, Piotr Sikora wrote: Hello, > Below is my config > >        location ~ /purge(/.*) { >                allow  127.0.0.1; >                allow  10.10.0.0/24; >                deny    all; >                proxy_cache_purge  one  backend$1; >       

Re: ngx_cache_purge + query string

2014-05-05 Thread Indo Php
Hi, Below is my config     location ~ /purge(/.*) {     allow   127.0.0.1;     allow   10.10.0.0/24;     deny    all;     proxy_cache_purge  one  backend$1;     } On Monday, May 5, 2014 4:20 PM, Piotr Sikora wrote: Hello, > is ngx_cac

ngx_cache_purge + query string

2014-05-05 Thread Indo Php
Hi, is ngx_cache_purge support to purge file with query string? I've tried with no success Our example page http://www.example.com/images/file.jpg?v=1.0 Is there any additional config I have to put?___ nginx mailing list nginx@nginx.org http://mailma

Re: How to delete cache based on expires headers?

2014-01-05 Thread Indo Php
etion happens more often when the file is not accessed for given time specified through the inactive parameter of the proxy_cache_path/fastcgi_cache_path directives.   appa On Mon, Dec 30, 2013 at 5:27 AM, Indo Php wrote: Hi > > >Is that means that nginx will put the files based o

Re: How to delete cache based on expires headers?

2013-12-29 Thread Indo Php
itself. As soon as the defined max-age is set it returns a upstream status of EXPIRED until it fetches a fresh page from upstream. Deleting won't buy you anything in terms of content freshness. appa On Tue, Dec 24, 2013 at 3:57 AM, Indo Php wrote: Hello.. > > >Can someb

Re: How to delete cache based on expires headers?

2013-12-23 Thread Indo Php
Hello.. Can somebody help me on this? Thank you before On Thursday, December 19, 2013 11:21 AM, Indo Php wrote: Hi I'm using proxy_cache to mirror my files with the configuration below proxy_cache_path  /var/cache/nginx/image levels=1:2 keys_zone=one:10m inactive=7d     max_size

How to delete cache based on expires headers?

2013-12-18 Thread Indo Php
Hi I'm using proxy_cache to mirror my files with the configuration below proxy_cache_path  /var/cache/nginx/image levels=1:2 keys_zone=one:10m inactive=7d     max_size=100g; Our backend server has the expires header set to 600secs Is that posibble for us to also delete the cache files located

Re: ngx_cache_purge not found

2013-10-04 Thread Indo Php
I tried to remove it already.  From: Richard Kearsley To: nginx@nginx.org Sent: Friday, October 4, 2013 6:20 PM Subject: Re: ngx_cache_purge not found On 04/10/13 12:04, Indo Php wrote:                 allow   127.0.0.1; >                deny    all;

ngx_cache_purge not found

2013-10-04 Thread Indo Php
Hi there, I tried to use ngx_cache_purge with the configuration below         location ~ /purge(/.*) {                    allow   127.0.0.1;                 deny    all;                 proxy_cache_purge  one backend$request_uri;         }         location ~* ^.+\.(css|js)$ {                    

Import Static File into MogileFS

2013-06-03 Thread Indo Php
hi all i want to ask about importing our existing static files into nginx + mogilefs module is that posibble to add like proxy_store and proxy_pass from http address?___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

proxy_temp_path is very slow

2013-02-25 Thread Indo Php
Hello, I'm using proxy_cache with nginx. I have nginx set as proxy cache to get the file from servers in onother country. Sometimes I have almost 3000 files in the temp path, and my disk I/O is very high. Actually I'm using 2 SSD with RAID-0. May I know is there any other problems? Here's my c