aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-12-02 13:54:06 +0800
committerPratik <pratiknaik@gmail.com>2009-12-03 23:22:28 +0800
commit716ac913af2a2a236134a45b512df780d286507b (patch)
treebd141e7a00c5e019ea69233f9e5a1b598e2852ba
parent5a19236fca13c6caf43fe13c41c83b33aa6c6c69 (diff)
downloadrails-716ac913af2a2a236134a45b512df780d286507b.tar.gz
rails-716ac913af2a2a236134a45b512df780d286507b.tar.bz2
rails-716ac913af2a2a236134a45b512df780d286507b.zip
Added links to web server options to their respective websites to save people the trouble of having to google them.
-rw-r--r--railties/README4
1 files 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: <tt>gem install mongrel</tt>.
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).