Configure Pagespeed with Apache in Ubuntu Web Server
What is Pagespeed and how to use One of the more recently popular modules for Apache is mod_pagespeed. It is an output filter for Apache 2.2+ that can be configured through a variety of...
What is Pagespeed and how to use One of the more recently popular modules for Apache is mod_pagespeed. It is an output filter for Apache 2.2+ that can be configured through a variety of...
Why are we using Nginx, Varnish and PHP-FPM? Nginx is a web-server, like Apache, but boosts much better performance results, and is much more stable when handling lots of requests, which results in high...
What is ClamAV ? ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats. It is the de facto standard for mail gateway scanning. It provides...
How to Configure WordPress with Redis for flying site Redis is an advanced key-value store. Like memcached on steroids. Everything is in the RAM and you can theoretically reach 100 000 GET per second...
Find below the steps to use Redis cache and Session backend in Magento We’ll assume Magento is already installed and that you are installing this on www.yourdomain.com Step 1. First go to your website’s...
The ConfigServer Security & Firewall is a popular open source Stateful Packet Inspection (SPI) firewall, Login/Intrusion Detection and Security application, compatible with most Linux servers. CSF basically configure iptables entry in easy manner which...
What is Redis? Redis is a flexible, open-source, key value data store. It’s other NoSQL databases, such as Cassandra and MongoDB. Redis allows the user to store vast amounts of data without the limits...