Enable redis module on php – nginx webserver
Date Posted:12-02-2017 Redis is a in memory cache used as database cache, database to serve the page faster. We are not going to deal with how the application […]
Date Posted:12-02-2017 Redis is a in memory cache used as database cache, database to serve the page faster. We are not going to deal with how the application […]
Date Posted:12-02-2017 In this article, we are gonna explain on how to setup varnish to listen on port 80(http) and forward request to backend webserver(our example, we deals with
Introduction Deploying application code across multiple servers can be challenging when deployments are performed manually. Traditionally, files may be uploaded to servers using FTP or SFTP, followed by
Introduction In some situations, you may want to restrict access to a specific page or directory on a website. Password protection can prevent unauthorised users from accessing sensitive
Date Posted:05-01-2016 By default, apache logs the IP address where the request comes from. Consider a scenario where webserver(in our post, we deals with apache) behind load balancer
Date Posted on:04-01-2017 Ubuntu 16.04 doesn’t have php 5.6 by default. Normally, if we install php on ubuntu 16.04, it will install php 7. Many application (at the