summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2009-12-25 14:12:52 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2009-12-25 14:12:52 +0100
commit7901d91c0e361fa7f1d8ac1d33539a1602442005 (patch)
tree2e38d8373bb4adde4dfc19f3f9146376741f23fb
parent4e95fe1448542112bed743a0d42e070f5a180f58 (diff)
downloadrack-7901d91c0e361fa7f1d8ac1d33539a1602442005.tar.gz
Update web server list in README
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index fefc9039..e18023c5 100644
--- a/README
+++ b/README
@@ -35,9 +35,12 @@ The included *handlers* connect all kinds of web servers to Rack:
 These web servers include Rack handlers in their distributions:
 * Ebb
 * Fuzed
+* Glassfish v3
 * Phusion Passenger (which is mod_rack for Apache and for nginx)
+* Rainbows
+* Sunshowers
 * Unicorn
-* Glassfish v3
+* Zbatery
 
 Any valid Rack app will run the same on all these handlers, without
 changing anything.