Search Articles — Sudonull

Search Results

In this project

HTTP Latency Diagnostics: from Nginx to the Kernel

https://sudonull.com/http-latency-diagnostics-from-nginx-to-the-kernel

Searching for causes of latency in the HTTP pipeline. Analysis of Nginx logs, Server-Timing, and TCP_INFO for quick localization of bottlenecks.

HTTP/2 and HTTP/3 in Angie: configuration and performance

https://sudonull.com/http-2-and-http-3-in-angie-configuration-and-performance

Technical guide to enabling HTTP/2 and HTTP/3 in the Angie web server. Parameters, limitations, QUIC, TLS 1.3, and monitoring. For middle/senior devops.

HttpClient Spring 7: Feign replacement

https://sudonull.com/httpclient-spring-7-feign-replacement

Declarative HttpClient in Spring 7 as an alternative to FeignClient. Setup with OpenAPI, validation, virtual threads. Instructions for middle/senior dev.

Dynamic routes net/http: DeadDrop implementation

https://sudonull.com/dynamic-routes-net-http-deaddrop-implementation

We implement dynamic routes, cookie authentication and access control in pure net/http. Full dead drop cycle without frameworks. Code and tests for middle/senior.

IronPE: Bypass Defender via HTTP PE Loading

https://sudonull.com/ironpe-bypass-defender-via-http-pe-loading

Learn how to modify IronPE on Rust to load PE/shellcode via HTTP into memory without Windows Defender detection. Technical details, code, and tests for pentesters.

From the web

Welcome! - The Apache HTTP Server Project

https://httpd.apache.org/

Jun 8, 2026 · The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version …

httpd - Wikipedia

https://en.wikipedia.org/wiki/Httpd

HTTPd is a software program that usually runs in the background (i.e. a so-called "daemon"), as a process, and plays the role of a …

Download - The Apache HTTP Server Project

https://httpd.apache.org/download.cgi

Oct 8, 2008 · This version of Apache is our latest GA release of the new generation 2.4.x branch of Apache HTTPD and represents …

GitHub - apache/httpd: Mirror of Apache HTTP Server. Issues: http ...

https://github.com/apache/httpd

Some object code distributions of Apache httpd, indicated with the word "crypto" in the package name, may include object code for …

Apache HTTP Server - Wikipedia

https://en.wikipedia.org/wiki/Apache_HTTP_Server

When Apache is running under Unix, its process name is httpd, which is short for "HTTP daemon ". [23] Apache supports a variety of …

What is Apache? Apache HTTP Server Complete Overview

https://www.geeksforgeeks.org/linux-unix/what-is-apache-server/

Jul 23, 2025 · One of the most popular web servers is Apache HTTP Server, commonly referred to as simply Apache. Apache is the …

Understanding HTTPd and Apache HTTP Server - Medium

https://medium.com/@patelrahul9335/understanding-httpd-and-apache-http-server-52a637a6b08b

Jan 16, 2024 · This article will delve into the significance of HTTPd, with a focus on one of the most prominent implementations, the …

HTTP: Hypertext Transfer Protocol | MDN - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/HTTP

Dec 22, 2025 · HTTP is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for …

Mastering httpd.conf: The Complete Guide to Apache Configuration

https://webhosting.school/blog/web-servers/mastering-httpd-conf-the-complete-guide-to-apache-configuration/

Apr 30, 2026 · The httpd.conf file is the primary configuration file used by the Apache HTTP Server. It controls how the server …

Hypertext Transfer Protocol - HTTP - GeeksforGeeks

https://www.geeksforgeeks.org/html/what-is-http/

Jan 17, 2026 · HTTP (Hypertext Transfer Protocol) is a core Internet protocol that defines how data is exchanged between clients and …

Trending Now