How to enable Leverage Browser Caching in website with .htaccess

28. June 2014 SysAdmin 0
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 ...

How to enable gzip compression on my website

28. June 2014 SysAdmin 0
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 ...

Django application on an Nginx + cPanel Apache setup

28. April 2014 SysAdmin 0
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 ...

Django application on an Nginx + cPanel Apache setup

28. April 2014 SysAdmin 0
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 ...

World Backup Day 2014

31. March 2014 SysAdmin 0
Yes, Its 31st Mar 2014, [The World Backup Day](www.worldbackupday.com) and Just one day for April Fool’s Day !!!  ![;)](https://www.jobnix.in/wp-includes/images/smilies/icon_wink.gif) 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 ...

World Backup Day 2014

31. March 2014 SysAdmin 0
Yes, Its 31st Mar 2014, [The World Backup Day](www.worldbackupday.com) and Just one day for April Fool’s Day !!!  ![;)](https://www.jobnix.in/wp-includes/images/smilies/icon_wink.gif) 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 ...

Apache 2.4 – Error during SSL Handshake with remote server

16. December 2013 SysAdmin 0
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 ...

How to rename eth1 to eth0

27. November 2013 SysAdmin 0
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 ...