From 203bfb25312542d622902d84d73c4862e3baa7bc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 5 Apr 2006 03:10:13 +0000 Subject: Note difference between fcgis git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4165 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'railties/README') 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 -- cgit v1.2.3