How to: Create a php file to check on the status of a Drupal Server
How to: Create a php file to check on the status of a Drupal Server I was working on creating a php status file that would indicate if a server was able to handle...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
How to: Create a php file to check on the status of a Drupal Server I was working on creating a php status file that would indicate if a server was able to handle...
How to: Measure your NginX Cache Performance using $upstream_cache_status in a custom Cache log One of the great features of NginX is it’s ability to cache content from a number of sources including but...
How to: Pass NginX the correct client IP address when using Varnish reverse proxy Varnish is a great piece of software that you can use to serve static http content without having to hit...
How to: Configure Purging on Varnish reverse proxy (works with W3 Total Cache) Purging and banning¶ One of the most effective ways of increasing your hit ratio is to increase the time-to-live (ttl)...
How to: Not serve cached pages to logged in users using Varnish Generally speaking caching is a good thing, it takes a bit load off the web servers and serves the content more quickly...