From a7747ec32e9971649257e838b0b49b9588945107 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Sat, 14 May 2022 23:14:12 +0200 Subject: Update list of included handlers in README (#1893) Only handlers for WEBrick and CGI are included with Rack, the other handlers were removed. See #1584, commit 98d9cf5834d4e27e34bbaa017cdfc68795763b55. --- README.rdoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 6f822180..34c62029 100644 --- a/README.rdoc +++ b/README.rdoc @@ -18,14 +18,10 @@ which all \Rack applications should conform to. == Supported web servers -The included *handlers* connect all kinds of web servers to \Rack: +The included *handlers* can connect these web servers to \Rack: * WEBrick[https://github.com/ruby/webrick] -* FCGI * CGI -* SCGI -* LiteSpeed[https://www.litespeedtech.com/] -* Thin[https://rubygems.org/gems/thin] These web servers include \Rack handlers in their distributions: @@ -35,6 +31,7 @@ These web servers include \Rack handlers in their distributions: * {NGINX Unit}[https://unit.nginx.org/] * {Phusion Passenger}[https://www.phusionpassenger.com/] (which is mod_rack for Apache and for nginx) * Puma[https://puma.io/] +* Thin[https://rubygems.org/gems/thin] * Unicorn[https://yhbt.net/unicorn/] * uWSGI[https://uwsgi-docs.readthedocs.io/en/latest/] * Lamby[https://lamby.custominktech.com] (for AWS Lambda) -- cgit v1.2.3-24-ge0c7