How to secure your servers against OpenSSL / Heartbleed vulnerability

As reported by The OpenSSL team on April 7, 2014, a significant encryption flaw named the “Heartbleed bug” has been discovered and poses a very large security threat to servers which are vulnerable. If you have a VPS/Cloud/Dedicated server with Signetique installed with software versions that may be vulnerable, please note the following information. If […]

Read More »
How To Optimize Apache For Sites To Load Faster

How To Optimize Apache For Sites To Load Faster

If you have a cloud server, dedicated server or VPS with root access, you can optimize Apache so that your website loads faster. Here is how you can do it. 1. Use compression by using mod_gzip Download mod_gzip. wget http://heanet.dl.sourceforge.net/sourceforge/mod-gzip/mod_gzip-1.3.19.1a.tgz Extract the tgz file, compile and install. tar xzvf mod_gzip-1.3.19.1a.tgz [path to your]apxs -c mod_gzip.c […]

Read More »