Web Servers
-
Add mTLS to Nginx
Previously we added ssl to an Nginx server. On this example we shall enhance our security by adding mTLS to…
Read More » -
Add SSL to Nginx
Nginx is a versatile tool that has many usages, can be used as a reverse proxy, load balancer etc. A…
Read More » -
Using different SSH keys for different hosts
When I’m setting up a new computer, one of the tasks I need to do is set up new SSH…
Read More » -
AppDev in the Cloud – Data Virtualization Solves Acquisition Use Case
In a past role I helped put together a rather expansive travel agency booking project to show some of the more…
Read More » -
Performance Tuning HAProxy
In a recent article, I covered how to tune the NGINX webserver for a simple static HTML page. In this…
Read More » -
NGINX as a Reverse Proxy for Docker Swarm Clusters
Spawning services across multiple Docker engines is a very cool thing, but those services need to connect each other and…
Read More » -
How To Scale SSL with HAProxy and Nginx
SSL is CPU Intensive If you haven’t already enabled SSL session caching, do that NOW. But what if you have…
Read More » -
Replacing Text in Nginx with sub_filter
Sometimes you find yourself in a weird predicament. A third party application that you’ve slapped nginx in front of insists…
Read More » -
Apache HTTP Server Tutorial
Course Overview In this post, we feature a comprehensive Apache HTTP Server Tutorial. The Apache HTTP Server, colloquially called Apache,…
Read More »