Install pagespeed module ( mod_pagespeed ) on Apache Web Server : CentOS / RHEL

The opensource pagespeed module ( mod_pagespeed ) is widely used for speed up the websites. Pagespeed module is available for Apache and Nginx . Currently, to list your website on google top search page , your site must be opened quickly. Hence, speed matters for user end experience also. Now a days, users do not … Read more

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)

In this tutorial, we will learn how to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr) . The new Ubuntu version 14.04 LTS (Long Term Support) has been introduced with many new features. Because it is LTS version, it will be supported for 5 years since the date of its release(17/April/2014). Apache software … Read more

ERROR: Module rewrite does not exist

While working on Apache Module in Ubuntu,I found rewrite problem in Apache Web Server.I tried to enable the rewrite module but got this error ERROR: Module rewrite does not exist!.After troubleshooting,I found the problem was with mod_rewrite module. After doing some more troubleshooting,it is found that the rewrite.load file was missing in /etc/apache2/mods-available/ . Now,I … Read more