
Forward proxy vs. reverse proxy: What's the difference?
Sep 21, 2022 · For example, if users want to check their bank balance, the bank's login page is served up by a web server that acts as a reverse proxy. When users submit their username …
How to use docker-compose with Apache httpd example
May 17, 2022 · Docker-compose and Apache httpd. Let’s say you want to serve website files from your local system, using the open-source Apache HTTP server. It’s easy to start an Apache …
How to SSH into GitHub on Windows example - TheServerSide
Jan 11, 2022 · Step-by-step Windows GitHub SSH example. To connect to GitHub with SSH from Windows, follow these steps: Open PowerShell; Run the ssh-keygen command to create SSH …
Kubernetes vs. Rancher: The differences all devs should know
Apr 23, 2021 · It's not unusual for a company to run a host of Kubernetes clusters.And each cluster will have special configuration and access-control settings. For example, one cluster …
Synchronous vs. asynchronous microservices communication …
Mar 10, 2021 · The caller might receive the response in a mere millisecond or in a few seconds. Regardless of the application latency, the caller cannot move forward to the next task until the …
How to setup PHP on Nginx with fastCGI (PHP-FPM) example
May 27, 2022 · As such, it’s no wonder that so many sys admins need to configure Nginx, PHP and PHP-FPM on both Linux and Windows servers. This quick tutorial shows you how to setup …
How to find and use a GitHub URL by example - TheServerSide
Jan 25, 2024 · Git, GitHub and the Git URL. A Git repository is of very little use if it resides entirely on your remote GitHub or GitLab account. To actually work with the various files and …
How to setup an Nginx reverse proxy server example
May 28, 2022 · The proxy_pass is configured in the location section of any virtual host configuration file. To set up an Nginx proxy_pass globally, edit the default file in Nginx’s sites …
Build a Hibernate SessionFactory by example - TheServerSide
Aug 2, 2020 · Most importantly, the SessionFactory in Hibernate is responsible for the creation of Session objects. The Hibernate Session provides methods such as save, delete and update, …
Why GitHub renamed its master branch to main | TheServerSide
Nov 24, 2020 · Of course, any project hosted on GitHub that expects a master branch to exist will run into problems. For example, if a developer creates a new repository with GitHub's own …