Here in this article we will we see how we can validate a request before its sent to the backed api services to serve the request. We will be enabling…
Here in this article we will we see how we can validate a request before its sent to the backed api services to serve the request. We will be enabling…
Here in this article we are going to install and configure the APISIX services and route the traffic using the API Gateway to backend python flask based microservices applications. Test…
Test Environment - Fedora 32 installed with selinux enabledApahce HTTP server installedJenkins installed In this article we will how we can enable access to Jenkins URL which runs on default…
Test Environment Fedora 32 installedPodman installed Podman is a opensource linux container management tool. We can use podman to search, build, run and push the images. In this article we…
Test Environment Fedora 31 with Apache/2.4.41 installed In todays internet era and cloud computing environment, security is one of the top most priority that every organization need to give to…
Purpose - To create a Cookbook for Configuring Apache Webserver using Chef Step1: Generate a Cookbook $ mkdir cookbooks $ cd cookbooks/ $ chef generate cookbook apache_httpd Generating cookbook apache_httpd -…
Purpose – Here we are going to setup a simple webserver using chef recipe and test the functionality Pre-requisites Chef DK already installed Step1: Install apache httpd package $ cat host-1_webserver.rb…
POODLE Vulnerability ============================================= - SSL 3.0 is an obsolete and insecure protocol - Current TLS (TLS 1.0 , TLS 1.1 ,and TLS 1.2 ) implementations remain backwardsÂcompatible with SSL 3.0…
Purpose - To setup a simplewebapp using maven and deploy to tomcat instance Pre-requisites - Maven - 3.2.2 Tomcat - 7.0.32 JDK - 1.7.0_55 Procedure - Step1: Create a simple…
Purpose - To update the logging response time and request handler in IBM Http server logs Assuming that we have setup WAS environment with two JVM's in a clusters environment…