Dinesh Kumar Kblog.dineshcloud.in·Nov 7, 2024Setting Up Multiple SSL-Enabled Websites on a Single Apache ServerThis guide will walk you through the steps to install Apache, host multiple websites using Virtual Hosts, and enable SSL for secure access using Let’s Encrypt certificates. Step 1: Install Apache First, ensure your server’s package index is up-to-dat...DiscussWeb Serverapache
REHAN SAYYEDdignitas.hashnode.dev·Oct 25, 2024DevOps Pipeline: NginxHere’s a structured approach to running and understanding the DevOps pipeline as described in your lab. This lab demonstrated a complete DevOps workflow, including code versioning, continuous integration, and deployment automation. I’ll outline each ...Discuss·36 readsDevsecopsserverdeployment
Yuvraj Singh Rajawatyuvraj-singh.hashnode.dev·Oct 16, 2024Installing Apache Web Server on RHEL 9: A Simple TutorialAre you ready to set up your own Apache web server on Red Hat Enterprise Linux (RHEL) 9? Apache is one of the most popular and reliable web servers available. Whether you're hosting a personal site or managing a larger application, Apache has your ba...Discussapache
Alessandroswiftuser.hashnode.dev·Oct 14, 2024How to Upload Files with Python Tornado Framework: Step-by-Step TutorialOverview In this quick tutorial we will be working towards developing a file upload functionality for a Tornado webserver with Python. We will do the following: (1) setup the folder structure, create a virtual environment, add the list of necessary l...DiscussPython
Shashank Vimaljamy.hashnode.dev·Oct 8, 2024What is Amazon Virtual Private Cloud (VPC)?Understanding VPC What is a VPC? A Virtual Private Cloud (VPC) is a virtual network that you create in the cloud. It provides you with your own private section of the internet, allowing you to run your applications and store your data securely and in...Discuss·7 likesamazonvpc
Jubril Edunjubriledun.hashnode.dev·Oct 1, 2024Configuring NGINX as a Web Server, a Load Balancer and a Reverse ProxyIn this simple hands-on, we’ll be configuring Nginx as a Web Server serving static web contents, as a Load Balancer distributing requests to three backend node.js applications and as a Reverse Proxy proxying requests from one port to another. Nginx :...Discuss·1 like·85 readswebserver
Udhayakumarblog.udhay.dev·Sep 27, 2024HAProxy Basic AuthenticationYou can secure access to private or protected sites in HAProxy by enabling basic authentication, which prompts users for a username and password. Steps for Setting Up Basic Authentication: Create User Details: In /etc/haproxy/haproxy.cfg, add the us...Discuss·33 readsHaproxy
Pancharas Shubhampancharasshubham.hashnode.dev·Sep 8, 2024What is a Web Server and How Does it Work?Web server refers to both hardware and software. A web server is not like a supercomputer or any other large machine. Basically web server is another computer that acts as a host to store webpage files and software. A web server is like a special c...Discusswebserver
Rudraksh Laddharudrakshladdha.hashnode.dev·Aug 31, 2024A Comprehensive Guide to Kubernetes Networking with Multiple Docker ContainersKubernetes, often abbreviated as K8s, is a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications. One of the core features that make Kubernetes so effective is its robust networ...Discuss·2 likes·26 readsnetworking
Pushpendra Boverflowbyte.tech·Aug 26, 2024Mastering Multiple Domains: How to Set Up a Web Server with Virtual Hosts on UbuntuIn the realm of web development, hosting, and deployment, a single server often hosts multiple websites. This is where virtual hosts come in, acting as magical portals that differentiate between different domains all residing on the same machine. Tod...Discusslinux-basics