blank page on some micro-cached pages

Maxim Dounin mdounin at mdounin.ru
Mon Nov 25 20:45:36 UTC 2013


Hello!

On Mon, Nov 25, 2013 at 05:24:32PM +0100, Ronald Van Assche wrote:

> Well nginx 1.5.7 is compiled with this 3 party module :
> 
> configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --with-file-aio --with-ipv6 --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx-access.log --add-module=/usr/ports/www/nginx-devel/work/ngx_cache_purge-2.1 --with-http_geoip_module --with-http_stub_status_module --with-pcre

So the cache purge is compiled in.  It may need to be configured 
to work properly with Nginx-Helper plugin though, take a look at 
plugin docs.

I suspect the reason for small responses returned from cache (as 
your other messages indicate) is a special purge request which 
isn't handled cache purge module but passed back to php, and an 
error message returned is cached.

As already suggested, if you are not familiar with nginx 
configuration it might be good idea to just switch off the plugin.

-- 
Maxim Dounin
http://nginx.org/en/donation.html



More information about the nginx mailing list