From a5e3d133046f82b188c769ffade573609deff9a1 Mon Sep 17 00:00:00 2001 From: jtagcat Date: Tue, 16 Jun 2020 18:40:07 +0300 Subject: [PATCH] Update description for the Apache HTTP server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdd028..0572df0 100644 --- a/README.md +++ b/README.md @@ -642,7 +642,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Web servers.* * [Algernon](http://algernon.roboticoverlords.org/) - Web/application server that supports Lua, live-reload, templates, Sass and HTTP/2. -* [Apache](http://httpd.apache.org/) - Most popular web server. +* [Apache](http://httpd.apache.org/) - A robust, commercial-grade, featureful implementation of an HTTP (Web) server. * [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.