summary refs log tree commit
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2022-05-14 23:14:12 +0200
committerGitHub <noreply@github.com>2022-05-15 09:14:12 +1200
commita7747ec32e9971649257e838b0b49b9588945107 (patch)
treec037a6ba8461d0b315d0e9dfe9e37e77ec3ab2fe
parent334828c9982b4e61c8b243c52129050104c29044 (diff)
downloadrack-a7747ec32e9971649257e838b0b49b9588945107.tar.gz
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.
-rw-r--r--README.rdoc7
1 files 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)