Neeraj Guptaminex.hashnode.dev·Dec 5, 2024Nginx: An Easy-to-Understand OverviewIn this blog, we will understand the basic functionality of Nginx. About Nginx We can use Nginx as a webserver and proxy server. Web Server: Nginx can efficiently serve static content (HTML, CSS, JavaScript, images, etc.). It is designed to handl...1 like·38 readsnginx
William Njorogewillis254.hashnode.dev·Dec 2, 2024Understanding of Web ServersWhat is a Web Server A web server is a crucial component of the internet infrastructure responsible for delivering web content to users. Basically it is a software that uses HTTP requests from clients (often web servers) by serving web pages or other...webdev
Dinesh Kumar Kblog.dineshcloud.in·Nov 28, 2024Setting Up a Website with Nginx and CertbotNginx (pronounced as "Engine-X") is a powerful and high-performance web server and reverse proxy server. It is widely used for its ability to handle a large number of concurrent connections with low resource usage. Originally designed as a web server...Web ServerLinux
Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024Apache Tomcat Hands-OnApache Tomcat, often referred to simply as Tomcat, is an open-source web server and servlet container developed by the Apache Software Foundation. It is one of the most popular Java-based web application servers used for deploying and running Java se...Tomcat
Dinesh Kumar Kblog.dineshcloud.in·Nov 23, 2024LAMP Stack Essentials: Setting Up Apache, MySQL, and PHP on UbuntuCreating a LAMP (Linux, Apache, MySQL, PHP) stack project involves setting up a web server environment where PHP-based web applications can run smoothly. Below, I will provide a sample project along with detailed installation steps. This example will...Web ServerLinux
Dinesh Kumar Kblog.dineshcloud.in·Nov 7, 2024Setting Up Multiple 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...Web 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 ...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...apache
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...Python
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...7 likesamazonvpc