Introduction
Nginx is a free, Open Source Web server. It is much more lightweight than Apache and it can be used as the main web server software or be set up as a reverse proxy for Apache.
...Jan. 23, 2015 in Tutorials .
Nginx is a free, Open Source Web server. It is much more lightweight than Apache and it can be used as the main web server software or be set up as a reverse proxy for Apache.
...Jan. 18, 2015 in Tutorials .
Memcached is a high performance distributed memory object cache server
How do I install memcached server under CentOS 6 to cache query for my php based apps?
Memcached is a high-performance, distributed memory object caching server, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. You need ...