Nginx and Memcached - September 2014 http://memcached.org On Oct 2, 2014, I installed Memcached. apt-get install memcached /etc/memcached.conf listens on port 11211 http://wiki.nginx.org/HttpMemcachedModule http://nginx.org/en/docs/http/ngx_http_memcached_module.html https://www.igvita.com/2008/02/11/nginx-and-memcached-a-400-boost/ http://blog.octo.com/en/http-caching-with-nginx-and-memcached/ http://stackoverflow.com/questions/5150995/how-to-configure-nginx-with-memcached-to-serve-html https://wildlyinaccurate.com/blazing-fast-wordpress-with-nginx-and-memcached h2. enhanced module: https://github.com/bpaquet/ngx_http_enhanced_memcached_module h2. Perl Clients Pure Perl: Cache::Memcached http://search.cpan.org/~dormando/Cache-Memcached-1.30/lib/Cache/Memcached.pm Perl client written in C: Cache::Memcached::Fast http://search.cpan.org/~kroki/Cache-Memcached-Fast-0.22/lib/Cache/Memcached/Fast.pm *Installed on Oct 20, 2014* perl -MCPAN -e 'install Cache::Memcached::Fast' #nginx - #memcached - #cache - #scalability