Gabriel Gonzalezbeyondbaremetal.hashnode.dev·10 hours agoOn-premise web app with Apache and CentOSThe HR department needs an app to register employees as we continue growing. We will set up a CentOS VM and use Apache as the web server, it will be accessible via HTTP and HTTPs (we will bind an SSL certificate to the web app) on its private IP, and...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground Upapache
Oleksandr VlasovforRoyalZSoftwareroyalzsoftware.de·Nov 26, 2024Building a Web Server in Go: A Beginner's GuideCreating a web server might sound complex, but it's simple with the Go standard library. In this article, we’ll walk through building a minimal web server from scratch. This server will: Respond to requests at the root URL ( / ) by displaying detail...1 like·31 readsGo Language
Gaurav Patiltechbygaurav.hashnode.dev·Oct 19, 2024How to Set Up Nginx: A Complete Beginner’s GuideWhat is Nginx? Nginx (pronounced "engine-x") is an open-source, high-performance web server. It can also be used for load balancing, HTTP cache, and reverse proxy. It has a non-threaded, event-driven architecture. It’s widely known for its speed, sca...10 likesnginx
Arish Ahmadblog.arishahmad.in·Sep 19, 2024Setting Up a Go Web Server on Amazon EC2Launching EC2 with Amazon Linux Open the AWS Management Console and navigate to the EC2. Click “Launch instances”. Enter an appropriate instance name. Select “Amazon Linux” under “Application and OS Images”. Select any “Free tier eligible” I...42 readsec2
Aniket Purohitaniketpurohit.hashnode.dev·Aug 7, 2024Understanding Nginx: The Web Server and BeyondWritten by Aniket Purohit By the end of this blog, you'll understand what Nginx is, why it was created, and how it is used in the real world. We’ll cover features like load balancing, caching, security, and how Nginx works with Kubernetes. What is ...10 likesNginx Tutorial
Snehangshu Bhattacharyablogs.snehangshu.dev·Jul 28, 2024How to Easily Set Up an HTTPS Reverse Proxy with Caddy for BeginnersHave you ever tried to set up a reverse proxy with Nginx and encountered issues? It happened to me frequently until I learned the intricacies. In this blog, I will demonstrate the easiest way to set up a reverse proxy with HTTPS using Caddy, an Nginx...1 like·1.7K readsCaddy
Ikechukwu Ashimonyetechgecko.hashnode.dev·Jul 21, 2024The Step-by-Step Process When You Enter "google.com" in Your BrowserToday, I'm going to tell a story. It's a story for both techies and non-techies. Have you ever wondered what happens in the short time between when you type "google.com" in your browser and press "Enter" and when the browser displays Google's search ...10 likes·40 readsdns
Lease Packetleasepacket.hashnode.dev·Jul 19, 2024How to Install Apache Web Server on CentOS 7Installing the Apache web server on CentOS 7 is an easy process that will get your web server up and running quickly. Apache is one of the most popular and widely used web servers in the world due to its flexibility, power, and ease of configuration....centos7
Zainul Khanzainul.hashnode.dev·Jul 14, 2024Nginx And Apache🌐 NGINX vs. Apache: The Battle of Web Servers! 🌐 As web developers, we often face the age-old question: NGINX or Apache? Let’s dive into the key differences, advantages, and scenarios where each shines. 🚀 🔍 Overview: NGINX: Known for its high per...nginx
Samokhvalova Valentinablog.valsa.solutions·May 12, 2024How to Create and Run an NGINX Container Using DockerIntroduction NGINX is a powerful, high-performance web server that is also used as a reverse proxy, HTTP cache, and load balancer. Using Docker to deploy an NGINX container is an efficient way to manage the configurations and lifecycle of the web ser...Dockernginx