From bf02421eac2494c6b61b686589082c784a58acc4 Mon Sep 17 00:00:00 2001 From: soboro Date: Wed, 26 Aug 2026 21:39:35 +0900 Subject: [PATCH] Add Web Servers section --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9c8e002..f38fc23 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question * [Networking](#networking) * [Reverse Proxies](#reverse-proxies) * [Networking Security Tools](#networking-security-tools) + * [Web Servers](#web-servers) * [Operating Systems](#operating-systems) * [BSD-based](#bsd-based) * [Linux-based](#linux-based) @@ -1515,6 +1516,19 @@ A desktop environment usually depends on a specific window manager to work. > * [go-away](https://git.gammaspectra.live/git/go-away) > * [iocaine](https://iocaine.madhouse-project.org/) [![Anti-AI Policy](./badges/anti-ai-policy.svg)](#anti-ai-policy) ([1](https://git.madhouse-project.org/iocaine/iocaine/src/commit/80bf9f69d3d95a37aa96eda86ea4c049982f42fc/CONTRIBUTING.md)) +### Web Servers + +| Name | Last Untainted
Version/Commit ID | Evidence | +|---|:---:|---| +| [Apache HTTP Server](https://httpd.apache.org) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/apache/httpd/commit/e340b81301e32c9beaddf3c5da068e31a4bdb2b7), [2](https://github.com/apache/httpd/commit/49d52aa3cfa8098fc54c1a2f396d399a96bc54c3)) | +| [NGINX](https://nginx.org) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/nginx/nginx/pull/1210)) | + +> [!NOTE] +> #### Web Servers Alternatives +> * [Hiawatha](https://hiawatha.leisink.net/) +> * [lighttpd](https://www.lighttpd.net/) +> * [OpenLiteSpeed](https://openlitespeed.org/) + ## Operating Systems > [!NOTE]