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 ...68 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·149 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
Shrinivas Vishnupurikardata-engineering-with-shrinivasv73.hashnode.dev·Dec 11, 2024The Spark Eco-System with not very often elaborated ComponentsThe article’s title is justified because when I was studying the Spark’s Ecosystem, I had a lot questions with respect to which components are siblings to each other or which are nested one another, and also had “Does such a component actually exists...#apache-spark
Shubham Gorekafkaadvance.hashnode.dev·Dec 11, 2024Learning Kafka: Advanced Journey With Shubham GoreWeek 2: Mastering Kafka In this post, I’ll take you through the advanced concepts I explored in my Kafka journey, building upon the fundamentals from Week 1. From stream processing to secure messaging, here’s how I tackled Kafka’s more intricate feat...kafka
Obioma Osuagwujustobioma.hashnode.dev·Dec 11, 2024AWS - Connecting to an RDS Instance from a Web serverRecently, I conducted a hands-on session on connecting to an AWS RDS instance remotely from a web server on an EC2 instance. I gained some valuable experience from this exercise. All the steps in this session were sourced from docs.aws.amazon.com. S...AWS
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 3, 2024Installation Nagios on UbuntuNagios is a powerful open-source monitoring tool that allows you to monitor your network and systems. Here's a basic guide on how to install Nagios on Ubuntu: Prerequisites An Ubuntu server A user with sudo privileges Basic understanding of the co...Nagios
Shubham Goreapachekafkain14days.hashnode.dev·Dec 1, 2024Learning Kafka: Week 1 of 14-Day Journey With Shubham GoreTopics What is Kafka?: Apache Kafka is a distributed streaming platform that allows for publishing, subscribing to, storing, and processing streams of records in real-time. It's designed to handle high-throughput, fault-tolerant, and scalable data p...1 like·44 readskafka
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