AWAndrew Wiggeyinirexta.hashnode.dev·6d ago · 7 min readHow to Configure Apache as a Reverse Proxy with mod_proxyHow to Configure Apache as a Reverse Proxy with mod_proxy The shape of a typical modern enterprise deployment involves Apache serving as a TLS-terminating reverse proxy sitting in front of upstream ap00
MBMauricio Bardainmauriciobarda.hashnode.dev·Jun 23 · 5 min readFrom Domain Modeling to Deployment: Building a MERN Application Without Getting LostBuilding and deploying a custom solution to a problem involves many steps, but first, you need to understand the real problem and the operational system. That approach is called Domain Driven Design (00
JJebitokinsharonjebitok.com·Jun 3 · 33 min readWeb Server Attacks - I (TryHackMe)Link to the Walkthrough in TryHackMe - Web Server Attacks - I Introduction During a penetration test, you will almost always run into at least one web server. Sometimes it is a production Apache site 00
FMFaraz Mughalinmughalfrazk.hashnode.dev·Jun 2 · 1 min readInstalling Laravel on Ubuntu with Apache and PHP 7.4Originally written in 2021 while setting up a side project. Posting here for reference — PHP 7.4 is now end-of-life, but the Apache steps still apply. Step 1: Log in via SSH and Update your System apt00
SHSanskriti Harmukhinvultr.hashnode.dev·May 8 · 3 min readInstalling Apache Web Server on Ubuntu 26.04Apache is one of the most widely deployed web servers, with native support in Ubuntu 26.04's default APT repository requiring no external sources. This guide covers the full setup from installation to00
SHSanskriti Harmukhinvultr.hashnode.dev·May 8 · 5 min readInstalling the LAMP Stack on Ubuntu 26.04The LAMP stack — Linux, Apache, MySQL, and PHP — powers a large portion of the web, including WordPress, Laravel, and Drupal. Ubuntu 26.04 ships with PHP 8.5, giving you a modern base to build on. Thi00
YRYash RVinyashrv.hashnode.dev·May 7 · 17 min readTelemetry’s Friction Coefficient: How My Pipeline is Burning Network, CPU and Storage. 💡 TL;DR: We explore the computational "toll" of moving row-oriented protobuf-encoded OTLP data from instrumentation to the final dashboard, and how they impact the overall observability bill. I usu00
TTTrung Thànhinthanh-de.hashnode.dev·May 6 · 6 min readI spent 6 hours studying PySpark join strategies. Here's what I learnedmatch keys between two tables and boom, you get results. That mindset worked fine in SQL databases. Then I started working with Spark on large datasets and my jobs started failing, timing out, or grinding for hours. The reality: Spark join performanc...00
TTTrung Thànhinthanh-de.hashnode.dev·May 6 · 4 min readI spent 8 hours learning Spark partitioning and bucketing. Here's what I discovereds one thing I've noticed: most Spark pipelines waste 30-60% of their compute time reading data they don't need or shuffling data that could have been pre-organized. During my recent deep-dive, I spent 8 hours learning two important optimization techn...00
RBRajesh Bindevrajesh.hashnode.dev·May 4 · 3 min readDay 40: Docker EXEC Operations (Apache Setup in Container) | 100 Days of DevOpsContent: Today I worked on configuring a service inside a running Docker container using docker exec. The task involved installing Apache, modifying its configuration, and ensuring it runs on a custo00