diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-05 03:10:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-05 03:10:13 +0000 |
commit | 203bfb25312542d622902d84d73c4862e3baa7bc (patch) | |
tree | 1bbadde3eb6a2a1ec2b02203cd661394edb06e3b /railties/README | |
parent | c2d53356ac7ab70162cf8e44d4f2fb00bfbc4dc7 (diff) | |
download | rails-203bfb25312542d622902d84d73c4862e3baa7bc.tar.gz rails-203bfb25312542d622902d84d73c4862e3baa7bc.tar.bz2 rails-203bfb25312542d622902d84d73c4862e3baa7bc.zip |
Note difference between fcgis
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4165 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r-- | railties/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/railties/README b/railties/README index cb1400a386..b8e3569258 100644 --- a/railties/README +++ b/railties/README @@ -48,8 +48,10 @@ Mongrel. It's a Ruby-based web server with a C-component (so it requires compila also works very well with Windows. See more at http://mongrel.rubyforge.org/. But of course its also possible to run Rails with the premiere open source web server Apache. -To get decent performance, though, you'll need to install FastCGI. See -http://wiki.rubyonrails.com/rails/pages/FastCGI for more information on FastCGI. +To get decent performance, though, you'll need to install FastCGI. For Apache 1.3, you want +to use mod_fastcgi. For Apache 2.0+, you want to use mod_fcgid. + +See http://wiki.rubyonrails.com/rails/pages/FastCGI for more information on FastCGI. == Example for Apache conf |