Complete Guide to Setting Up an #Apache Reverse #Proxy for an #Ecommerce Website

This article provides a complete guide to setting up an Apache reverse proxy for an ecommerce website. We will provide a start-to-finish guide for installing all required software, configuring your reverse proxy and installing the SSL certificate ...
Continued πŸ‘‰ https://blog.radwebhosting.com/complete-guide-to-setting-up-an-apache-reverse-proxy-for-an-ecommerce-website/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #rockylinux #loadbalancer #shoppingcart #oraclelinux #proxyserver #reverseproxy #letsencrypt #debian #almalinux #loadbalancing

πŸš€ Deploy #Zabbix Multi-Node #Monitoring System on #AlmaLinux #VPS (10 Minute Quick-Start Guide)

This article provides a guide demonstrating how to deploy Zabbix multi-node monitoring system on AlmaLinux VPS.
What is Zabbix?
Zabbix is a free, open-source IT infrastructure monitoring software that collects, analyzes, and visualizes data from networks, servers, virtual machines, cloud ...
Continued πŸ‘‰ https://blog.radwebhosting.com/deploy-zabbix-multi-node-monitoring-system-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosted #selfhosting #reverseproxy #opensource #letsencrypt

How to Install #Planka on #Ubuntu #VPS (5 Minute Quick-Start Guide) Here’s a step-by-step guide on how to install Planka on Ubuntu VPS using #Docker and Docker Compose.
What is Planka?
Planka is an open-source project management tool designed to help teams organize tasks and collaborate effectively using a Kanban-style board interface, similar to tools like Trello or Jira.
πŸ”§ Key ...
Continued πŸ‘‰ https://blog.radwebhosting.com/how-to-install-planka-on-ubuntu-vps-5-minute-quick-start-guide/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #opensource #selfhosted #reverseproxy #letsencrypt

Setup and Run #PHP 8.5 on Oracle Linux #VPS (with HTTPS + Reverse Proxy)

This articles provides a guide to setup and run PHP 8.5 on Oracle Linux VPS with secure web server and reverse proxy configured.

PHP 8.5 introduces powerful new language features including the Pipe Operator, URI extension, Clone-With syntax, new array helpers, safer attributes, and major performance ...
Continued πŸ‘‰ https://blog.radwebhosting.com/setup-and-run-php-8-5-on-oracle-linux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #reverseproxy #selfhosted #selfhosting #oraclelinux #phpfpm #opensource

How to Install and Configure #HAProxy on Oracle Linux #VPS Servers

This article provides a guide for how to install and configure HAProxy on Oracle Linux VPS servers.
What is HAProxy?
HAProxy (High Availability Proxy) is an open-source software widely used for load balancing, proxying, and high availability in modern IT infrastructure. It is especially popular in web hosting, cloud platforms, and ...
Continued πŸ‘‰ https://blog.radwebhosting.com/how-to-install-and-configure-haproxy-on-oracle-linux-vps-servers/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #oraclelinux #loadbalancing #loadbalancer #reverseproxy

How to Deploy #Mailman Suite on #Debian #VPS for Automated Mailing List Management This article provides a detailed step-by-step guide demonstrating how to deploy Mailman Suite on Debian VPS for automated mailing list management. Mailman Suite includes Mailman Core, #Postorius (web UI), #HyperKitty (archiver), and the Mailman Web UI integration.
What is Mailman Suite? ...
Continued πŸ‘‰ https://blog.radwebhosting.com/deploy-mailman-suite-on-debian-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #dkim #opensource #opendkim #selfhosted #django #reverseproxy #spf #selfhosting #dmarc

Opinion: Nginx Proxy Manager made reverse proxying accessible, but Caddy is the better long-term choice. Automatic HTTPS with zero configuration, a clean config syntax, and no PHP/MySQL dependencies.

If you're starting fresh, skip NPM and go straight to Caddy.

#selfhosted #caddy #nginx #reverseproxy #homelab #foss #opensource

@ggrey Pangolin is a solid shout β€” the tunnel-based approach where you don't need to open ports on your home network is a big deal for people behind CGNAT or restrictive ISPs.

It's still early-stage compared to the others on that list, but the UX is clean and the WireGuard tunneling model is clever. Worth watching.

#selfhosted #reverseproxy #homelab

Reverse proxy recommendation tier list for self-hosters:

S tier: Caddy (automatic HTTPS, simple config)
A tier: Traefik (Docker-native, label-based routing)
A tier: Nginx Proxy Manager (GUI-based, beginner-friendly)
B tier: Nginx (powerful but manual config)
C tier: HAProxy (enterprise-grade, complex config)

Caddy is the right choice for 80% of self-hosters. 3 lines of config for a fully working reverse proxy with automatic SSL.

#selfhosted #reverseproxy #caddy #traefik #nginx #docker #hom...

Self-hosting security tip: never expose Docker ports directly to the internet. Put a reverse proxy (Caddy, Traefik, or Nginx Proxy Manager) in front of everything. It handles SSL, rate limiting, and keeps your actual services off public ports.

#selfhosted #security #docker #reverseproxy #homelab #foss #linux #opensource