Tagged: WordPress

How to: Secure a site using Apache 0

How to: Secure a site using Apache

How to: Secure a site using Apache If I had to, I would probably say that most people who use Apache do it to publish sites that are publicly accessible and/or have built-in security...

Memcache vs Azure Cache 0

Memcache vs Azure Cache

Memcache vs Azure Cache Memcache is a distributed, in-memory caching solution used to help speed up large scale web applications by taking pressure off the database. Memcache is used by many of the internet’s...

How to: Install Memcache for php and WordPress 0

How to: Install Memcache for php and WordPress

How to: Install Memcache for php and WordPress In what seems the eternal quest of having a good performing hosting server one of the tools that are generally referred to is Memcache. What Memcache...

How to: Deploy WordPress in Ubuntu 0

How to: Deploy WordPress in Ubuntu

How to: Deploy WordPress in Ubuntu Text goes here   I. Enable Apache Modules that are commonly used by plugins: To enable a module: sudo a2enmod module_name To disable a module: sudo a2dismod module_name...