Re: blank page cached ONLY for homepage URL on Wordpress when using keyword monitoring

2017-05-08 Thread seth2958
Thank you for the insights Francis!! It's too early to tell, but I think moving the "if" statement outside the location block may have done the trick. I also changed the the statement so that only GET requests are cached like so: if ($request_method != GET) { set $skip_cache 1;

Can you migrate a web app available via '/' to a proxied sub-URI without modifying the web app?

2017-05-08 Thread deoren
Hi, Thanks for reading this. My apologies if this has been answered before, but after much reading (official docs, mailing list discussions, etc.) I'm still not completely clear on whether this is supported. I know it's a hangup on my part, but I've not managed to get past the stumbling point

RE: NGINX stops redirecting

2017-05-08 Thread Douglas Landau
This is CentOS 7. My /etc/hosts file: [root@dwswiki10 nginx]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 #::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 #127.0.1.1 dwswiki10.westmarine.net dwswiki10 10.13.4.24

NGINX stops redirecting

2017-05-08 Thread Douglas Landau
For some reason NGINX sometimes stops serving my tomcat pages and starts wanting to serve pages from .../nginx/html/. I don't get it. On Friday, at 13:39, I was happily browsing my XWiki site, as you can see from the NGINX access_log. Then from that log you see no activity until 10:31 this

Re: blank page cached ONLY for homepage URL on Wordpress when using keyword monitoring

2017-05-08 Thread Francis Daly
On Mon, May 08, 2017 at 01:59:43AM -0400, seth2958 wrote: Hi there, I do not have an answer for you, but I have some suggestions which might help you identify the problem and solution. > fastcgi is caching a blank page when monitoring tools like > Monitis or Uptime Robot run keyword-based uptime

upstream keepalive connections for all servers or each server?

2017-05-08 Thread fengx
Hi As known, the keepalive directive can activate the connections cache for upstream servers. I know the connection pool is in each worker process. But I'ms confused that the connection number is for each upstream server or is shared for all servers? It's documented at http://nginx.org/en/docs/ht