From 716ac913af2a2a236134a45b512df780d286507b Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Wed, 2 Dec 2009 13:54:06 +0800 Subject: Added links to web server options to their respective websites to save people the trouble of having to google them. --- railties/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/railties/README b/railties/README index ccfec5ac56..6fd7436e3c 100644 --- a/railties/README +++ b/railties/README @@ -46,9 +46,9 @@ getting up and running with mongrel is as easy as: gem install mongrel. More info at: http://mongrel.rubyforge.org Other ruby web servers exist which can run your rails application, however script/server does -not search for them or start them. These include Thin, Ebb, and Apache with mod_rails. +not search for them or start them. These include {Thin}[http://code.macournoyer.com/thin/], {Ebb}[http://ebb.rubyforge.org/], and Apache with {mod_rails}[http://www.modrails.com/]. -For production use, often a web/proxy server such as Apache, LiteSpeed, Lighttpd or IIS is +For production use, often a web/proxy server such as {Apache}[http://apache.org], {Nginx}[http://nginx.net/], {LiteSpeed}[http://litespeedtech.com/], {Lighttpd}[http://www.lighttpd.net/] or {IIS}[http://www.iis.net/] is deployed as the front-end server, with the chosen ruby web server running in the back-end and receiving the proxied requests via one of several protocols (HTTP, CGI, FCGI). -- cgit v1.2.3