NGINX is an open-source web server software designed to use as a web server, reverse proxy, HTTP cache, and load balancer. NGINX was created by Igor Sysoev to solve the C10k problem.....
Configuring IIS for Client Certificate Mapping Authentication
Today, after spending nearly 3 hours to configure Client Certificate Mapping Authentication method on IIS for one of project. So I decided to add this post to explain how to configure IIS for Client Certificate Mapping Authentication....
Apache Tomcat JDBC Connection Pool configuration for Oracle Real Application Cluster(RAC)
In this article, we 'll focus on creating a high-concurrency connection pool for Apache Tomcat. We create a TestDB connection pool that connects the Oracle Database server.....
Apache Block Unnecessary Request Methods
Apache base web server accepts a wide range of request methods like DEBUG, DELETE, MOVE, PUT, TRACE, TRACK, HEAD, POST, GET. It doesn't mean that you need all request_methods.....
An Introduction to SSL
bbb....
TCP 3-Way Handshake
TCP (Transmission Control Protocol) is a relatively complex protocol standard that defines how to establish and maintain a network conversation to exchange data. TCP works with Internet Protocol (IP) to define how computers send package to each other.....