Issue How to enable Leverage Browser Caching for my website or server. How to set expiry time for my website contents. How to enabled Leverage Browser Caching for my wordpress / joomla / drupal / django websites. Webpage performance test sites like gtmetrix.com and webpagetest.org reports that Leverage Browser Caching is not enabled on my website. Environment Website ...
Issue Gzip compression wordpress SEO recommends to enable gzip compression on web contents. Enable gzip on your website to improve the Page Speed Grade on gtmetrix.com and load time on webpagetest.org How do i enable gzip without root access to the server ? How do i enable gzip with .htaccess rules. How do i enable ...
**Issue** While installing ovirt on RHEL5 or 6, you may come up with the following error with yum. *Requires: libvirt-lock-sanlock* *Requires: sanlock-python* **Solution** [sociallocker] All you need is to enable the **RHEL Server Optional** repository from your RHN. [/sociallocker]
This is how you configure an Django application on your cPanel webserver with Nginx + Apache. Here my should be running only over httpS URL for the public, ## Steps 1. Install cPanel as normal, 2. reserve an IP for Nginx (say 123.123.123.123) 1. Show/Edit Reserved IPs >> Tick the IP 123.123.123.123 to use for ...
This is how you configure an Django application on your cPanel webserver with Nginx + Apache. Here my should be running only over httpS URL for the public, ## Steps 1. Install cPanel as normal, 2. reserve an IP for Nginx (say 123.123.123.123) 1. Show/Edit Reserved IPs >> Tick the IP 123.123.123.123 to use for ...
Story Brought a new iPhone 5S, with super fast 4G LTE Network with 30 GB Monthly bandwidth. and was ready to test the HD video playback on the Retina Display. Installed YouTube app and searched for an HD video and started to play. Oops, Its playing on Ugly non-HD playback. Went to YouTube application settings ...
Yes, Its 31st Mar 2014, [The World Backup Day](www.worldbackupday.com) and Just one day for April Fool’s Day !!!  So Be prepared, Back up your files on March 31st. For how to, Go through the site [www.worldbackupday.com](www.worldbackupday.com) and see how you can backup your Personal Laptop / PC today. Please check my previous posts on how to Backup your Data ...
Yes, Its 31st Mar 2014, [The World Backup Day](www.worldbackupday.com) and Just one day for April Fool’s Day !!!  So Be prepared, Back up your files on March 31st. For how to, Go through the site [www.worldbackupday.com](www.worldbackupday.com) and see how you can backup your Personal Laptop / PC today. Please check my previous posts on how to Backup your Data ...
Issue Error during SSL Handshake with remote server Usually happens with the following scenario. Server 1 – Apache as SSL proxy to server2 Server 2 – Runs the web service such as apache or nginx. Environment This issue usually happens with apache 2.4.x . Resolution To solve this issue, Just add the following configuration to ...
Issue – How to rename eth1 to eth0 – How to rename ethX to yourname Hey, Most of the time when you are dealing with cloned Virtual Linux Servers, You may get the Ethernet device name as eth3,4 etc and without eth0. How we can rename it to eth0, eth1 or even to AWSADMINZ !!! Lets ...