From f6e50d69981957959603fada6e5b7029df2a4bbb Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sat, 8 Apr 2023 02:13:43 +0200
Subject: [PATCH] apache: update description

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a5d1411..8da2bc4 100644
--- a/README.md
+++ b/README.md
@@ -744,7 +744,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
 [Web servers](https://en.wikipedia.org/wiki/Web_server) and [reverse proxies](https://en.wikipedia.org/wiki/Reverse_proxy).
 
 - [Algernon](http://algernon.roboticoverlords.org/) - Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support. ([Source Code](https://github.com/xyproto/algernon))
-- [Apache](http://httpd.apache.org/) - A robust, commercial-grade, featureful implementation of an HTTP (Web) server.
+- [Apache HTTP Server](http://httpd.apache.org/) - Secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
 - [Caddy](https://caddyserver.com/) - Lightweight, general-purpose web server supporting HTTP/2, automatic TLS and easy configuration. Written in Go.
 - [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy.
 - [Hiawatha](https://www.hiawatha-webserver.org/) - Prioritises security, simplicity and performance.