Neha Bisenneha99.hashnode.dev·Jan 31, 2025Deploying Web Servers In Ubuntu/AWS Linux. (Nginx,Apache/httpd)What is Server? Server is a system which provides data,service, programs or resources to another system. There are different types of servers like web server,mail server,proxy server,database server and so on.. Here we will discuss about web serve...nginx
Mostafa-DEblog.mostafade.com·Jan 21, 2025Understanding Apache Worker Types: Prefork, Worker, and EventWhen deploying applications with Apache, understanding the differences between worker types is critical. Many developers configure Apache without fully considering the impact of their choice, which can lead to poor performance, resource exhaustion, a...Devopsapache
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Jan 20, 2025On-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
Meer Uxairmeeruzairwashere.hashnode.dev·Jan 18, 2025Setting Up a Node.js Web Application with Git Auto Deployment and Apache ProxyDeploying a Node.js application can be a complex task, but with a structured approach, it becomes manageable. This blog post outlines the complete setup of a Node.js application named YourProject, from installing dependencies to configuring Apache as...1 likehow to deploy
Hashim HBitsmehashim.hashnode.dev·Jan 8, 2025Mastering Web Server Setup: Nginx, Apache, and Tomcat in One Guide✦ What is Web Server? Web server is a program which processes the network requests of the users and serves them with files that create web pages. This exchange takes place using Hypertext Transfer Protocol (HTTP). In Simple terms the client(User) r...apache
Mostafa-DEblog.mostafade.com·Jan 7, 2025Should You Always Use Daemon Mode?mod_wsgi is a great tool for deploying Python web applications with Apache. While it offers two modes embedded and daemon, understanding how they work is essential before deciding which one to use. Spoiler alert: daemon mode is the clear winner for m...Devopsapache
Sahil Naiksahilnaik.hashnode.dev·Jan 1, 2025Essential Guide to Web Servers: Why Understanding Web Servers is CrucialAs a DevOps engineer, you'll frequently work with web servers because they are essential for deploying, managing, and scaling applications. Whether it's configuring servers, optimizing performance, automating setups, or securing them, web servers are...10 likesweb servers
Mostafa-DEblog.mostafade.com·Dec 24, 2024Understanding WSGI and mod_wsgi: A Simple GuideIntroduction Deploying Python applications hasn't always been as straightforward as it is today. In the early days, web developers faced significant challenges integrating their Python applications with web servers. There was no standard way for web ...83 readsDevopsmod_wsgi
Hitesh Patrablogs.hiteshpatra.in·Dec 17, 2024CVE-2024-53677 - Apache Struts File Upload Vulnerability leading to RCEApache has announced a critical vulnerability affecting Apache Struts, a widely used Java-based web application framework by various organizations, including government agencies, e-commerce platforms, financial institutions, and airlines. Apache publ...1 like·259 readsCVE Analysisstruts2
Jayin Taungjayin.hashnode.dev·Dec 11, 2024apache+php 无法获取 header 的Authorization数据原因和解决办法 换了新的电脑,装了最新版的 MAMP ,一切都是非常新,出现了一个诡异的 bug:`$_SERVER['HTTP_AUTHORIZATION']` 竟然只有这个Authorization无法获取到参数。 环境:Apache ,**采用 fastcgi 模式**,php 7.4。 结论是:没有开启CGIPassAuth on。修改 httpd.conf <IfModule mod_fastcgi.c> <Directory "/Applications/MAMP/fcgi-...PHPapache