What is Server Hardening? Providing several means of protection to the computer is known as Server hardening. Hardening provides layers of security at the host level, application level, operating system level, physical level, user level, and all the sublevels....
Your website popularity depends a lot on how fast your pages load. You can make use of simple techniques to make your site load faster. HTTP Compression is one such technique, which is a simple server side configuration. You...
Amazon Linux includes PHP 5.3 as a default. Below are the steps that can be used to update PHP version from 5.3 to 5.6 in Amazon Linux For ease of use, we recommend switching to root privileges, to avoid...
If you want to force your entire website to go through https, you can add these rules to your .htaccess file: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourdomain.com/ If your site is in a subfolder, use this...
For increasing size of attachments to 50 MB in Zimbra, a few settings need to be altered as follows: Postfix configuration (zimbraMtaMaxMessageSize and message_size_limit) You can examine the current value of this parameter like this: # su - zimbra...