diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 10:25:36 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 10:25:36 +0000 |
commit | 5ca8b5fca42ca09bdaadfc7c985fbec9c2fbafa5 (patch) | |
tree | 11a05e7ef113a42c1c6f7117399332d0ae389e44 /railties/Rakefile | |
parent | 72add11c441c51de79a179438cb308d96aeaac76 (diff) | |
download | rails-5ca8b5fca42ca09bdaadfc7c985fbec9c2fbafa5.tar.gz rails-5ca8b5fca42ca09bdaadfc7c985fbec9c2fbafa5.tar.bz2 rails-5ca8b5fca42ca09bdaadfc7c985fbec9c2fbafa5.zip |
Added default lighttpd config in config/lighttpd.conf and added a default runner for lighttpd in script/server (works like script/server, but using lighttpd and FastCGI). It will use lighttpd if available, otherwise WEBrick. You can force either or using 'script/server lighttpd' or 'script/server webrick' [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2912 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index b1b4a8de55..ec31e6fdd0 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -37,7 +37,7 @@ LOG_FILES = %w( server.log development.log test.log production.log ) HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico javascripts/prototype.js javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js ) -BIN_FILES = %w( about breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/spinner runner server lighttpd plugin ) +BIN_FILES = %w( about breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/spinner runner server plugin ) VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties ) |