Install Tomcat server on Ubuntu 16
Install Tomcat server on Ubuntu 16 Date Posted:05-04-2016 Tomcat is a webserver used to deploy java application. We will install tomcat server 8 version and java 1.8 version […]
Install Tomcat server on Ubuntu 16 Date Posted:05-04-2016 Tomcat is a webserver used to deploy java application. We will install tomcat server 8 version and java 1.8 version […]
Add Multiple Domains(virtual Hosts) on Apache Ubuntu Date Posted:04-04-2017 Apache popular well known webserver which can be used to serve multiple domains on a single server. This post
Date Posted:21-03-2017 Normally, we requires multiple domain names or wildcard domain name (*) or www points to same directory. In apache, we use ServerAlias to achieve the same.
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:06-01-2017 In many scenario, we don’t want particular page to be crawled by bots or we want page to be restricted for particular users. In this post,
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