Web Server

Secure Apache with Let’s Encrypt SSL on Ubuntu Linux

We should Let’s Encrypt is a Certificate Authority (CA) that gives a simple method to acquire and introduce free TLS/SSL declarations, along these lines empowering encoded HTTPS on web servers. It rearranges the procedure by giving a product customer, Certbot, that endeavors to mechanize most (if not the entirety) of the necessary advances. At present, […]

How to install Litespeed Web Server on an Ubuntu 18.04

  OpenLiteSpeed is a lightweight, high performing open source web server created, copyrighted and kept up by LiteSpeed Technologies. It has a momentous online GUI for organization. Update Repository Step 1:- Update the current Ubuntu repository by using the command. $ sudo apt-get update Install Dependencies $ sudo apt-get install  build-essential -y$ sudo apt-get install  […]

How to enable and configure HTTP/2 on Apache ubuntu

Hypertext Transfer Protocol Version 2 (HTTP/2) is the most recent rendition of the HTTP convention, distributed as an IETF standard in RFC 7540 out of 2015. The focal point of the convention is on execution; explicitly, end-client saw dormancy, system and server asset use. One significant objective is to permit the utilization of a solitary […]

How to configure SSL in Tomcat8 using ubuntu 16.04

With this post, We Will install and configure Self Sign SSL with Tomcat 8 uisng ubutnu 16.04/18.04 Generating Keystore  Step 1:- First you need to generate the keystore by following commands with root privileges. sudo -i keytool -genkey -alias Your_domain_here -keyalg RSA -keystore /etc/pki/keystore Adding ssl code in Tomcat’s server.xml  Step 2:- After this, You […]

How to install Apache Tomcat in ubuntu 16.04 LTS

Apache Tomcat is a web worker and servlet compartment that is utilized to serve Java applications. Tomcat is an open source usage of the Java Servlet and JavaServer Pages advancements, delivered by the Apache Software Foundation. This instructional exercise covers the essential establishment and some design of the most recent arrival of Tomcat 8 on […]

How to install Apache2 using ubuntu 16.04

The Apache is an free and open-source cross-platform HTTP Server, Apache web servers are used to serve Web pages requested by client browser, Developed and maintained by Apache Software Foundation. Step 1 : Installing Apache By default, Apache repo is already available in ubuntu repo, To install Apache2 in your machine you need to update […]

Scroll to top