3 Easy Steps to Integrate Monitoring Tools for #Apache Reverse #Proxy Server

This article provides a step-by-step guide to integrate monitoring tools for Apache reverse proxy server. Integrating monitoring tools with your Apache reverse proxy server setup allows you to track performance, detect issues, and optimize your infrastructure efficiently.
How to Integrate Monitoring Tools for ...
Continued πŸ‘‰ https://blog.radwebhosting.com/monitoring-tools-for-apache-reverse-proxy/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #proxyserver #selfhosting #selfhosted #reverseproxy #opensource

7 Steps to Easily Configure #OpenLiteSpeed as a Reverse #Proxy for #Metabase

This article provides a guide to configure OpenLiteSpeed as a reverse proxy for Metabase.
What is OpenLiteSpeed?
OpenLiteSpeed Web Server is great for building and deploying web applications. The WebAdmin Console enables you to quickly configure features that allow you to deliver a fast web ...
Continued πŸ‘‰ https://blog.radwebhosting.com/configure-openlitespeed-as-a-reverse-proxy-for-metabase/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #installguide #jre #debian #letsencrypt #vps #proxyserver #openjdk #reverseproxy

πŸš€ How to Install and Run #Netdata on #AlmaLinux #VPS (5 Minute Quick-Start Guide) This article provides a step-by-step guide detailing how to install and run Netdata on AlmaLinux VPSβ€”a powerful, real-time performance monitoring tool for systems and applications.
βœ… What is Netdata?
Netdata is an open-source monitoring agent that provides real-time performance metrics for systems, ...
Continued πŸ‘‰ https://blog.radwebhosting.com/how-to-install-and-run-netdata-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #reverseproxy #letsencrypt #selfhosted #opensource

πŸš€ How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)

This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.

You’ll end with:

A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued πŸ‘‰ https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #opensource #reverseproxy #database #selfhosted #selfhosting #letsencrypt

πŸš€ Install and Run Self-hosted #Mattermost Instance on Linux #VPS This article provides a comprehensive guide to install and run self-hosted Mattermost instance on Linux VPS (Ubuntu/Debian). This guide will set up Mattermost with #PostgreSQL and #NGINX as a reverse proxy with HTTPS.
What is Mattermost?
Mattermost is a self-hosted, open-source collaboration platform ...
Continued πŸ‘‰ https://blog.radwebhosting.com/self-hosted-mattermost-instance/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #unifiedcommunications #selfhosting #opensource #letsencrypt #selfhosted #reverseproxy

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 #shoppingcart #proxyserver #loadbalancing #almalinux #rockylinux #oraclelinux #debian #letsencrypt #reverseproxy #loadbalancer

πŸš€ How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)

This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.

You’ll end with:

A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued πŸ‘‰ https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #database #reverseproxy #selfhosting #selfhosted #letsencrypt #opensource

πŸš€ How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)

This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.

You’ll end with:

A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued πŸ‘‰ https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #database #reverseproxy #letsencrypt #selfhosted #opensource

Question for the haproxy users:

Does anyone have a working configuration for reverse-proxying HTTPS URLs
- using "mode tcp" (no TLS certificates on the Haproxy) AND
- using the "use_backend" configuration do decide which backend to use based on SNI?

So we have https://foo.example.org and https://bar.example.org, both DNS entries pointing to the haproxy.

use_backend foo if { FOO_CONDITION_GOES_HERE }
use_backend bar if { BAR_CONDITION_GOES_HERE }
default_backend foo

No matter which condition we try, we always fall back to the default backend.
Removing the `default_backend` we get errors for all connection attempts. So clearly the conditions are wrong.

We tried `req_ssl_cni foo.example.org` as the condition inside the curly braces.
We tried `ssl_fc_sni_end foo.example.org`.
We tried `req.ssl_cni foo.example.org`.
We tried with -i and with "-m end".
We tried the complete URL (some.service.foo.example.org) or only the domain.

Any ideas, anyone?

#Haproxy #TLS #Linux #Admin #homelab #DevOps #ReverseProxy

πŸš€ Deploy #Claude Code on #Ubuntu #VPS
This article demonstrates how to deploy Claude Code on Ubuntu VPS.

What is Claude Code?
Claude Code refers to using Claude (Anthropic’s AI model family) as a development assistant for writing, reviewing, refactoring, and reasoning about code β€” typically through an API-driven backend, CLI tool, IDE integration, or internal ...
Continued πŸ‘‰ https://blog.radwebhosting.com/deploy-claude-code-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #reverseproxy #selfhosted #nodejs #anthropic #letsencrypt #claudecode #selfhosting