Proxy

How to Configure Remote Desktop Web Access on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Remote Desktop Web Access on Windows Server 2019

How to Configure Remote Desktop Web Access on Windows Server 2019 Remote Desktop Web Access (RD Web Access) provides a web portal through which users can access RemoteApp programs and session desktops without installing any software other than a web browser or the Remote Desktop client. Users navigate to an HTTPS URL, authenticate with their […]

Read more
How to Configure IIS Web Farm on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure IIS Web Farm on Windows Server 2019

Introduction to IIS Web Farm on Windows Server 2019 An IIS Web Farm is a group of two or more IIS servers that together serve the same web application, providing horizontal scalability and high availability. As traffic increases beyond what a single server can handle, a web farm distributes load across multiple servers. When a […]

Read more
How to Set Up IIS HTTP/2 on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up IIS HTTP/2 on Windows Server 2019

Introduction to IIS HTTP/2 on Windows Server 2019 HTTP/2 is the second major version of the HTTP protocol, standardised in RFC 7540. It introduces multiplexing (multiple concurrent requests over a single TCP connection), header compression (HPACK), server push, and binary framing — all of which significantly reduce latency and page load times compared to HTTP/1.1, […]

Read more
How to Configure IIS WebSockets on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure IIS WebSockets on Windows Server 2019

Introduction to IIS WebSockets on Windows Server 2019 WebSockets provide a full-duplex, persistent communication channel over a single TCP connection between a client and server. Unlike standard HTTP request/response, WebSockets allow the server to push data to clients without the client polling. This is used in real-time applications including chat systems, collaborative tools, live dashboards, […]

Read more
How to Set Up IIS Reverse Proxy on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up IIS Reverse Proxy on Windows Server 2019

Introduction to IIS Reverse Proxy on Windows Server 2019 A reverse proxy sits in front of backend servers and forwards incoming client requests to those servers, returning the responses to clients as if the proxy itself generated them. On Windows Server 2019, IIS combined with the Application Request Routing (ARR) module and URL Rewrite provides […]

Read more
How to Configure DHCP with DNS Dynamic Update on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure DHCP with DNS Dynamic Update on Windows Server 2019

Introduction to DHCP with DNS Dynamic Update on Windows Server 2019 DNS Dynamic Update (DDNS) allows the DHCP server to automatically register and deregister DNS records on behalf of DHCP clients whenever they obtain, renew, or release IP addresses. Without DDNS, administrators must manually maintain DNS A records and PTR records every time a machine […]

Read more
How to Configure DNS over HTTPS on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure DNS over HTTPS on Windows Server 2019

Introduction to DNS over HTTPS on Windows Server 2019 DNS over HTTPS (DoH) encrypts DNS queries inside standard HTTPS traffic on port 443. Traditional DNS queries travel in plaintext over UDP or TCP port 53, exposing every hostname lookup to anyone monitoring the network — ISPs, attackers on public Wi-Fi, or enterprise security appliances. DoH […]

Read more
How to Configure Traefik Reverse Proxy on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure Traefik Reverse Proxy on SLES 15

Introduction This tutorial covers How to Configure Traefik Reverse Proxy on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to date: zypper […]

Read more
How to Configure Apache as a Reverse Proxy on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure Apache as a Reverse Proxy on SLES 15

Introduction This tutorial covers How to Configure Apache as a Reverse Proxy on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to […]

Read more
How to Configure Nginx as a Reverse Proxy on SLES 15 — step-by-step SUSE Linux Enterprise 15 tutorial on Progressive Robot

How to Configure Nginx as a Reverse Proxy on SLES 15

Introduction This tutorial covers How to Configure Nginx as a Reverse Proxy on SLES 15 on SLES 15. SLES 15 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 15 system is up to […]

Read more
CHAT