Apache

Installing Apache Maven on ubuntu 18.04

Introdcution Apache Maven is a build tool use for Java project, Developed by Apache Software Foundation, Written in Java, To get more information click here official website. Step 1: Installing Dependencies To install Apache Maven, You need to install first java with root privileges. To take root login. To update default repository To install Java 8 Step […]

How to set up apache2 reverse proxy on Ubuntu 16.04/18.04/20.04 LTS

Apache Web Server – Turn around intermediary is the point at which an intermediary worker (for this situation, Apache2 HTTP) acknowledges all traffic and advances it to a particular asset, similar to a backend worker or compartment.. The backend worker can be either another Apache2 or open source HTTP worker like Nginx… Apache2 HTTP worker is […]

Redirect HTTP to HTTPS in Apache2 on ubuntu 16.04/18.04/20.04

Apache HTTP worker is one of the most mainstream web workers on the planet. It is an open-source and cross-stage HTTP worker that controls an enormous level of the Internet’s sites. Apache gives numerous incredible highlights that can be reached out through extra modules.On the off chance that you are a site proprietor or framework […]

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 install and configure LAMP in Redhat 7 / Centos 7 ( Linux, Apache, MariaDB, PHP )

LAMP is an open source Web development platform which uses Linux as the operating system, Apache as the Web server, MariaDB as the relational database and PHP as the server-side scripting language. Step 1: Install Apache web server by using the following commands: [root@localhost ~]# yum install httpd -y Step 2: start and enable httpd […]

How to install PHP 5.6 and Apache in Redhat 7.2

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.PHP is a serverside programming language and PHP designed for web development, Developer by The PHP Development Team, Zend Technologies, Click here for more details. Step […]

How to Install Apache ActiveMQ on Ubuntu 16.04

Apache ActiveMQ is an free and open source message broker, Developed by: Apache Software Foundation, Written in C, C++, Java, Ruby, Perl, Python, PHP, C#.  Installing Java sudo -iapt-get updateapt-get install default-jdk -y Get Java version java -version You should get output like this. openjdk version “1.8.0_232″OpenJDK Runtime Environment (build 1.8.0_232-8u232-b09-0ubuntu1~16.04.1-b09)OpenJDK 64-Bit Server VM (build […]

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