passenger 2.0.6 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/DEVELOPERS.TXT +10 -4
- data/LICENSE +1 -1
- data/NEWS +0 -0
- data/Rakefile +183 -117
- data/benchmark/dispatcher.rb +5 -9
- data/bin/passenger-install-apache2-module +52 -18
- data/bin/passenger-memory-stats +67 -13
- data/bin/passenger-spawn-server +8 -4
- data/bin/passenger-status +21 -46
- data/bin/passenger-stress-test +5 -5
- data/debian/postinst +1 -1
- data/doc/ApplicationPool algorithm.txt +180 -128
- data/doc/Architectural overview.html +1 -778
- data/doc/Security of user switching support.html +1 -643
- data/doc/Users guide Apache.html +3127 -0
- data/doc/Users guide Nginx.html +1458 -0
- data/doc/Users guide.html +1404 -467
- data/doc/Users guide.txt +843 -105
- data/doc/cxxapi/ApplicationPoolServer_8h-source.html +751 -641
- data/doc/cxxapi/ApplicationPool_8h-source.html +168 -171
- data/doc/cxxapi/Application_8h-source.html +494 -394
- data/doc/cxxapi/Bucket_8h-source.html +21 -15
- data/doc/cxxapi/CachedFileStat_8h-source.html +191 -0
- data/doc/cxxapi/Configuration_8h-source.html +311 -149
- data/doc/cxxapi/DirectoryMapper_8h-source.html +309 -0
- data/doc/cxxapi/DummySpawnManager_8h-source.html +3 -4
- data/doc/cxxapi/Exceptions_8h-source.html +182 -165
- data/doc/cxxapi/FileChecker_8h-source.html +130 -0
- data/doc/cxxapi/Hooks_8h-source.html +2 -3
- data/doc/cxxapi/Logging_8h-source.html +92 -89
- data/doc/cxxapi/MessageChannel_8h-source.html +585 -477
- data/doc/cxxapi/PoolOptions_8h-source.html +305 -0
- data/doc/cxxapi/SpawnManager_8h-source.html +515 -540
- data/doc/cxxapi/StandardApplicationPool_8h-source.html +779 -679
- data/doc/cxxapi/SystemTime_8h-source.html +104 -0
- data/doc/cxxapi/Utils_8h-source.html +331 -227
- data/doc/cxxapi/annotated.html +6 -7
- data/doc/cxxapi/classClient-members.html +1 -2
- data/doc/cxxapi/classClient.html +1 -2
- data/doc/cxxapi/classHooks-members.html +5 -2
- data/doc/cxxapi/classHooks.html +112 -2
- data/doc/cxxapi/classPassenger_1_1Application-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1Application.html +8 -9
- data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +42 -81
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +3 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +3 -2
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +74 -3
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1BusyException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +256 -0
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +2 -3
- data/doc/cxxapi/{classPassenger_1_1Thread-members.html → classPassenger_1_1FileChecker-members.html} +4 -5
- data/doc/cxxapi/classPassenger_1_1FileChecker.html +121 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1IOException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +5 -2
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +155 -5
- data/doc/cxxapi/{classboost_1_1this__thread_1_1enable__syscall__interruption-members.html → classPassenger_1_1RuntimeException-members.html} +2 -3
- data/doc/cxxapi/{classboost_1_1this__thread_1_1enable__syscall__interruption.html → classPassenger_1_1RuntimeException.html} +10 -8
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +15 -56
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +5 -4
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +20 -81
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1SystemException.html +9 -10
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/{classboost_1_1this__thread_1_1disable__syscall__interruption-members.html → classPassenger_1_1SystemTime-members.html} +5 -3
- data/doc/cxxapi/classPassenger_1_1SystemTime.html +86 -0
- data/doc/cxxapi/classPassenger_1_1TempFile-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1TempFile.html +17 -9
- data/doc/cxxapi/definitions_8h-source.html +1 -2
- data/doc/cxxapi/files.html +6 -3
- data/doc/cxxapi/functions.html +98 -35
- data/doc/cxxapi/functions_func.html +60 -32
- data/doc/cxxapi/functions_type.html +1 -2
- data/doc/cxxapi/functions_vars.html +27 -2
- data/doc/cxxapi/graph_legend.html +1 -2
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +3 -4
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +3 -4
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +4 -2
- data/doc/cxxapi/group__Hooks.html +1 -6
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +259 -36
- data/doc/cxxapi/hierarchy.html +6 -7
- data/doc/cxxapi/inherit__graph__0.map +1 -1
- data/doc/cxxapi/inherit__graph__0.md5 +1 -1
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -1
- data/doc/cxxapi/inherit__graph__1.md5 +1 -1
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +1 -1
- data/doc/cxxapi/inherit__graph__10.md5 +1 -1
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +1 -1
- data/doc/cxxapi/inherit__graph__11.md5 +1 -1
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +2 -1
- data/doc/cxxapi/inherit__graph__12.md5 +1 -1
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +1 -1
- data/doc/cxxapi/inherit__graph__13.md5 +1 -1
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +1 -2
- data/doc/cxxapi/inherit__graph__14.md5 +1 -1
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +1 -1
- data/doc/cxxapi/inherit__graph__15.md5 +1 -1
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +1 -1
- data/doc/cxxapi/inherit__graph__16.md5 +1 -1
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -1
- data/doc/cxxapi/inherit__graph__2.md5 +1 -1
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +1 -1
- data/doc/cxxapi/inherit__graph__20.md5 +1 -1
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +1 -1
- data/doc/cxxapi/inherit__graph__21.md5 +1 -1
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +1 -1
- data/doc/cxxapi/inherit__graph__3.md5 +1 -1
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +1 -1
- data/doc/cxxapi/inherit__graph__4.md5 +1 -1
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +2 -1
- data/doc/cxxapi/inherit__graph__5.md5 +1 -1
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +1 -1
- data/doc/cxxapi/inherit__graph__6.md5 +1 -1
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +1 -1
- data/doc/cxxapi/inherit__graph__7.md5 +1 -1
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +1 -1
- data/doc/cxxapi/inherit__graph__8.md5 +1 -1
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +1 -2
- data/doc/cxxapi/inherit__graph__9.md5 +1 -1
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +30 -31
- data/doc/cxxapi/main.html +1 -2
- data/doc/cxxapi/modules.html +1 -2
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +1 -2
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +2 -3
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +1 -2
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +2 -3
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +49 -0
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +404 -0
- data/doc/cxxapi/tree.html +18 -20
- data/doc/images/conservative_spawning.png +0 -0
- data/doc/images/conservative_spawning.svg +248 -0
- data/doc/images/smart-lv2.png +0 -0
- data/doc/images/smart-lv2.svg +320 -0
- data/doc/rdoc/classes/ConditionVariable.html +68 -34
- data/doc/rdoc/classes/Exception.html +16 -16
- data/doc/rdoc/classes/GC.html +9 -9
- data/doc/rdoc/classes/IO.html +36 -17
- data/doc/rdoc/classes/PhusionPassenger.html +183 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +511 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer.html +285 -242
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerAlreadyStarted.html +3 -3
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerError.html +3 -3
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerNotStarted.html +3 -3
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/UnknownMessage.html +3 -3
- data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +598 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +140 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html +247 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess/Instance.html +138 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AppInitError.html +36 -19
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/Application.html +81 -96
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/ConsoleTextTemplate.html +18 -18
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/FrameworkInitError.html +20 -18
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/HTMLTemplate.html +18 -18
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/InitializationError.html +9 -9
- data/doc/rdoc/classes/PhusionPassenger/InvalidPath.html +92 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/MessageChannel.html +93 -92
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/NativeSupport.html +55 -25
- data/doc/rdoc/classes/PhusionPassenger/Rack.html +91 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +185 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +182 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz.html +95 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html +424 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html +200 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html +444 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html +154 -0
- data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +408 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/UnknownError.html +13 -13
- data/doc/rdoc/classes/PhusionPassenger/Utils.html +687 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/VersionNotFound.html +8 -8
- data/doc/rdoc/classes/PhusionPassenger/WSGI.html +89 -0
- data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +188 -0
- data/doc/rdoc/classes/PlatformInfo.html +663 -159
- data/doc/rdoc/classes/RakeExtensions.html +4 -4
- data/doc/rdoc/classes/Signal.html +134 -0
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/DEVELOPERS_TXT.html +15 -10
- data/doc/rdoc/files/README.html +5 -7
- data/doc/rdoc/files/ext/{passenger → phusion_passenger}/native_support_c.html +2 -2
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/abstract_request_handler_rb.html +7 -9
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +120 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/abstract_server_rb.html +7 -10
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html +99 -0
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +92 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/application_rb.html +6 -8
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/console_text_template_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/constants_rb.html +4 -5
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/dependencies_rb.html +6 -8
- data/doc/rdoc/files/lib/phusion_passenger/events_rb.html +116 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/exceptions_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/html_template_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/message_channel_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/platform_info_rb.html +6 -7
- data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +123 -0
- data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +117 -0
- data/doc/rdoc/files/lib/{passenger/utils_rb.html → phusion_passenger/railz/application_spawner_rb.html} +24 -17
- data/doc/rdoc/files/lib/phusion_passenger/railz/cgi_fixed_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html +139 -0
- data/doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html +118 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/simple_benchmarking_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/spawn_manager_rb.html +40 -24
- data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +169 -0
- data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +120 -0
- data/doc/rdoc/files/lib/rake/extensions_rb.html +3 -4
- data/doc/rdoc/fr_class_index.html +37 -19
- data/doc/rdoc/fr_file_index.html +25 -14
- data/doc/rdoc/fr_method_index.html +145 -74
- data/ext/apache2/Application.h +145 -44
- data/ext/apache2/ApplicationPool.h +27 -29
- data/ext/apache2/ApplicationPoolServer.h +183 -72
- data/ext/apache2/ApplicationPoolServerExecutable.cpp +249 -42
- data/ext/apache2/Bucket.cpp +61 -9
- data/ext/apache2/Bucket.h +15 -8
- data/ext/apache2/CachedFileStat.cpp +114 -0
- data/ext/apache2/CachedFileStat.h +169 -0
- data/ext/apache2/Configuration.cpp +213 -22
- data/ext/apache2/Configuration.h +176 -13
- data/ext/apache2/DirectoryMapper.h +287 -0
- data/ext/apache2/Exceptions.h +30 -12
- data/ext/apache2/FileChecker.h +108 -0
- data/ext/apache2/Hooks.cpp +709 -493
- data/ext/apache2/LICENSE-CNRI.TXT +15 -0
- data/ext/apache2/Logging.h +26 -22
- data/ext/apache2/MessageChannel.h +124 -15
- data/ext/apache2/PoolOptions.h +283 -0
- data/ext/apache2/SpawnManager.h +75 -99
- data/ext/apache2/StandardApplicationPool.h +296 -195
- data/ext/apache2/SystemTime.cpp +28 -0
- data/ext/apache2/SystemTime.h +82 -0
- data/ext/apache2/Utils.cpp +172 -18
- data/ext/apache2/Utils.h +124 -19
- data/ext/boost/cstdint.hpp +4 -2
- data/ext/boost/current_function.hpp +67 -0
- data/ext/boost/detail/sp_counted_base.hpp +4 -4
- data/ext/boost/thread/exceptions.hpp +2 -1
- data/ext/boost/thread/pthread/thread.hpp +11 -3
- data/ext/boost/thread/pthread/thread_data.hpp +2 -1
- data/ext/oxt/backtrace.cpp +172 -0
- data/ext/oxt/backtrace.hpp +135 -0
- data/ext/oxt/detail/backtrace_disabled.hpp +39 -0
- data/ext/oxt/detail/backtrace_enabled.hpp +155 -0
- data/ext/oxt/detail/spin_lock_gcc_x86.hpp +82 -0
- data/ext/oxt/detail/spin_lock_portable.hpp +38 -0
- data/ext/oxt/detail/spin_lock_pthreads.hpp +97 -0
- data/ext/oxt/detail/tracable_exception_disabled.hpp +46 -0
- data/ext/oxt/detail/tracable_exception_enabled.hpp +48 -0
- data/ext/oxt/macros.hpp +58 -0
- data/ext/oxt/spin_lock.hpp +55 -0
- data/ext/{apache2/System.cpp → oxt/system_calls.cpp} +87 -52
- data/ext/oxt/system_calls.hpp +234 -0
- data/ext/oxt/thread.cpp +32 -0
- data/ext/oxt/thread.hpp +223 -0
- data/ext/oxt/tracable_exception.cpp +87 -0
- data/ext/oxt/tracable_exception.hpp +35 -0
- data/{lib/passenger/constants.rb → ext/phusion_passenger/extconf.rb} +14 -9
- data/ext/{passenger → phusion_passenger}/native_support.c +33 -6
- data/lib/{passenger → phusion_passenger}/abstract_request_handler.rb +209 -93
- data/lib/{passenger → phusion_passenger}/abstract_server.rb +23 -8
- data/lib/phusion_passenger/abstract_server_collection.rb +301 -0
- data/lib/phusion_passenger/admin_tools.rb +25 -0
- data/lib/phusion_passenger/admin_tools/control_process.rb +107 -0
- data/lib/{passenger → phusion_passenger}/application.rb +13 -16
- data/lib/{passenger → phusion_passenger}/console_text_template.rb +2 -2
- data/{ext/passenger/extconf.rb → lib/phusion_passenger/constants.rb} +5 -5
- data/lib/{passenger → phusion_passenger}/dependencies.rb +38 -32
- data/lib/phusion_passenger/events.rb +45 -0
- data/lib/{passenger → phusion_passenger}/exceptions.rb +12 -5
- data/lib/{passenger → phusion_passenger}/html_template.rb +2 -2
- data/lib/{passenger → phusion_passenger}/message_channel.rb +3 -2
- data/lib/phusion_passenger/platform_info.rb +500 -0
- data/lib/{passenger → phusion_passenger}/rack/application_spawner.rb +29 -22
- data/lib/{passenger → phusion_passenger}/rack/request_handler.rb +14 -9
- data/lib/{passenger → phusion_passenger}/railz/application_spawner.rb +94 -74
- data/lib/{passenger → phusion_passenger}/railz/cgi_fixed.rb +2 -2
- data/lib/{passenger → phusion_passenger}/railz/framework_spawner.rb +86 -98
- data/lib/{passenger → phusion_passenger}/railz/request_handler.rb +6 -6
- data/lib/{passenger → phusion_passenger}/simple_benchmarking.rb +0 -0
- data/lib/{passenger → phusion_passenger}/spawn_manager.rb +136 -128
- data/lib/{passenger → phusion_passenger}/templates/apache2_config_snippets.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/apache_must_be_compiled_with_compatible_mpm.txt.erb +0 -0
- data/lib/phusion_passenger/templates/app_exited_during_initialization.html.erb +38 -0
- data/lib/{passenger → phusion_passenger}/templates/app_init_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/database_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/deployment_example.txt.erb +1 -1
- data/lib/{passenger → phusion_passenger}/templates/error_layout.css +0 -0
- data/lib/{passenger → phusion_passenger}/templates/error_layout.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/framework_init_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/general_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/invalid_app_root.html.erb +1 -1
- data/lib/{passenger → phusion_passenger}/templates/load_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/no_write_permission_to_passenger_root.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/possible_solutions_for_compilation_and_installation_problems.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/run_installer_as_root.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/version_not_found.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/welcome.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/utils.rb +210 -44
- data/lib/{passenger → phusion_passenger}/wsgi/application_spawner.rb +18 -15
- data/lib/{passenger → phusion_passenger}/wsgi/request_handler.py +7 -1
- data/man/passenger-memory-stats.8 +1 -1
- data/misc/render_error_pages.rb +1 -1
- data/test/ApplicationPoolServerTest.cpp +0 -28
- data/test/ApplicationPoolServer_ApplicationPoolTest.cpp +4 -0
- data/test/ApplicationPoolTest.cpp +307 -69
- data/test/CachedFileStatTest.cpp +262 -0
- data/test/FileCheckerTest.cpp +79 -0
- data/test/MessageChannelTest.cpp +3 -3
- data/test/PoolOptionsTest.cpp +37 -0
- data/test/SpawnManagerTest.cpp +4 -4
- data/test/StandardApplicationPoolTest.cpp +4 -0
- data/test/SystemTimeTest.cpp +37 -0
- data/test/UtilsTest.cpp +137 -0
- data/test/integration_tests.rb +270 -23
- data/test/oxt/backtrace_test.cpp +128 -0
- data/test/oxt/oxt_test_main.cpp +25 -0
- data/test/oxt/syscall_interruption_test.cpp +50 -0
- data/test/ruby/abstract_request_handler_spec.rb +83 -0
- data/test/ruby/abstract_server_collection_spec.rb +246 -0
- data/test/ruby/application_spec.rb +3 -3
- data/test/ruby/message_channel_spec.rb +2 -2
- data/test/ruby/rack/application_spawner_spec.rb +3 -5
- data/test/ruby/rails/application_spawner_spec.rb +54 -15
- data/test/ruby/rails/framework_spawner_spec.rb +6 -8
- data/test/ruby/rails/minimal_spawner_spec.rb +29 -0
- data/test/ruby/rails/spawner_error_handling_spec.rb +1 -1
- data/test/ruby/rails/spawner_privilege_lowering_spec.rb +3 -3
- data/test/ruby/spawn_manager_spec.rb +23 -12
- data/test/ruby/utils_spec.rb +36 -2
- data/test/ruby/wsgi/application_spawner_spec.rb +47 -0
- data/test/stub/apache2/httpd.conf.erb +3 -5
- data/test/stub/message_channel.rb +2 -2
- data/test/stub/message_channel_2.rb +2 -2
- data/test/stub/message_channel_3.rb +3 -3
- data/test/stub/minimal-railsapp/README +0 -0
- data/test/stub/minimal-railsapp/config/application.rb +0 -0
- data/test/stub/minimal-railsapp/config/environment.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionmailer/lib/action_mailer.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_controller.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_pack.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_view.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activerecord/lib/active_record.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activeresource/lib/active_resource.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support/whiny_nil.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/railties/lib/dispatcher.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/railties/lib/initializer.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/railties/lib/ruby_version_check.rb +0 -0
- data/test/stub/rails_apps/foobar/app/controllers/foo_controller.rb +8 -0
- data/test/stub/rails_apps/foobar/config/environments/development.rb +1 -2
- data/test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb +21 -1
- data/test/stub/rails_apps/mycook/sites/some.site/public/uploads.html +26 -0
- data/test/stub/rails_apps/mycook/sites/some.site/public/welcome/cached.html +26 -0
- data/test/stub/railsapp/app/controllers/application.rb +0 -0
- data/test/stub/railsapp/app/controllers/bar_controller_1.rb +0 -0
- data/test/stub/railsapp/app/controllers/bar_controller_2.rb +1 -1
- data/test/stub/railsapp/app/controllers/foo_controller.rb +4 -0
- data/test/stub/railsapp/app/helpers/application_helper.rb +0 -0
- data/test/stub/railsapp/config/boot.rb +0 -0
- data/test/stub/railsapp/config/database.yml +0 -0
- data/test/stub/railsapp/config/environment.rb +0 -0
- data/test/stub/railsapp/config/environments/development.rb +0 -0
- data/test/stub/railsapp/config/environments/production.rb +0 -0
- data/test/stub/railsapp/config/initializers/inflections.rb +0 -0
- data/test/stub/railsapp/config/initializers/mime_types.rb +0 -0
- data/test/stub/railsapp/config/routes.rb +0 -0
- data/test/stub/railsapp/public/useless.txt +0 -0
- data/test/stub/spawn_server.rb +3 -4
- data/test/stub/wsgi/passenger_wsgi.pyc +0 -0
- data/test/support/apache2_controller.rb +57 -7
- data/test/support/tut.h +15 -0
- data/vendor/README +12 -0
- data/vendor/README_FOR_PACKAGERS +1 -0
- data/vendor/rack-0.9.1/AUTHORS +8 -0
- data/vendor/rack-0.9.1/COPYING +18 -0
- data/vendor/rack-0.9.1/ChangeLog +1423 -0
- data/vendor/rack-0.9.1/KNOWN-ISSUES +18 -0
- data/vendor/rack-0.9.1/README +306 -0
- data/vendor/rack-0.9.1/Rakefile +188 -0
- data/vendor/rack-0.9.1/SPEC +129 -0
- data/vendor/rack-0.9.1/lib/rack.rb +86 -0
- data/vendor/rack-0.9.1/lib/rack/adapter/camping.rb +22 -0
- data/vendor/rack-0.9.1/lib/rack/auth/abstract/handler.rb +28 -0
- data/vendor/rack-0.9.1/lib/rack/auth/abstract/request.rb +37 -0
- data/vendor/rack-0.9.1/lib/rack/auth/basic.rb +58 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/md5.rb +124 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/params.rb +55 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/request.rb +40 -0
- data/vendor/rack-0.9.1/lib/rack/auth/openid.rb +438 -0
- data/vendor/rack-0.9.1/lib/rack/builder.rb +67 -0
- data/vendor/rack-0.9.1/lib/rack/cascade.rb +36 -0
- data/vendor/rack-0.9.1/lib/rack/commonlogger.rb +61 -0
- data/vendor/rack-0.9.1/lib/rack/conditionalget.rb +43 -0
- data/vendor/rack-0.9.1/lib/rack/content_length.rb +25 -0
- data/vendor/rack-0.9.1/lib/rack/deflater.rb +87 -0
- data/vendor/rack-0.9.1/lib/rack/directory.rb +150 -0
- data/vendor/rack-0.9.1/lib/rack/file.rb +85 -0
- data/vendor/rack-0.9.1/lib/rack/handler.rb +48 -0
- data/vendor/rack-0.9.1/lib/rack/handler/cgi.rb +57 -0
- data/vendor/rack-0.9.1/lib/rack/handler/evented_mongrel.rb +8 -0
- data/vendor/rack-0.9.1/lib/rack/handler/fastcgi.rb +86 -0
- data/vendor/rack-0.9.1/lib/rack/handler/lsws.rb +52 -0
- data/vendor/rack-0.9.1/lib/rack/handler/mongrel.rb +82 -0
- data/vendor/rack-0.9.1/lib/rack/handler/scgi.rb +57 -0
- data/vendor/rack-0.9.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
- data/vendor/rack-0.9.1/lib/rack/handler/thin.rb +15 -0
- data/vendor/rack-0.9.1/lib/rack/handler/webrick.rb +61 -0
- data/vendor/rack-0.9.1/lib/rack/head.rb +19 -0
- data/vendor/rack-0.9.1/lib/rack/lint.rb +465 -0
- data/vendor/rack-0.9.1/lib/rack/lobster.rb +65 -0
- data/vendor/rack-0.9.1/lib/rack/methodoverride.rb +27 -0
- data/vendor/rack-0.9.1/lib/rack/mime.rb +204 -0
- data/vendor/rack-0.9.1/lib/rack/mock.rb +160 -0
- data/vendor/rack-0.9.1/lib/rack/recursive.rb +57 -0
- data/vendor/rack-0.9.1/lib/rack/reloader.rb +64 -0
- data/vendor/rack-0.9.1/lib/rack/request.rb +218 -0
- data/vendor/rack-0.9.1/lib/rack/response.rb +171 -0
- data/vendor/rack-0.9.1/lib/rack/session/abstract/id.rb +153 -0
- data/vendor/rack-0.9.1/lib/rack/session/cookie.rb +89 -0
- data/vendor/rack-0.9.1/lib/rack/session/memcache.rb +97 -0
- data/vendor/rack-0.9.1/lib/rack/session/pool.rb +73 -0
- data/vendor/rack-0.9.1/lib/rack/showexceptions.rb +348 -0
- data/vendor/rack-0.9.1/lib/rack/showstatus.rb +106 -0
- data/vendor/rack-0.9.1/lib/rack/static.rb +38 -0
- data/vendor/rack-0.9.1/lib/rack/urlmap.rb +48 -0
- data/vendor/rack-0.9.1/lib/rack/utils.rb +347 -0
- metadata +1197 -1055
- data/doc/cxxapi/System_8h-source.html +0 -251
- data/doc/cxxapi/classDirectoryMapper-members.html +0 -38
- data/doc/cxxapi/classDirectoryMapper.html +0 -203
- data/doc/cxxapi/classPassenger_1_1Thread.html +0 -100
- data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption.html +0 -46
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption-members.html +0 -33
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption.html +0 -44
- data/doc/cxxapi/namespacePassenger.html +0 -208
- data/doc/cxxapi/namespacePassenger_1_1InterruptableCalls.html +0 -43
- data/doc/cxxapi/namespacemembers.html +0 -70
- data/doc/cxxapi/namespacemembers_func.html +0 -66
- data/doc/cxxapi/namespacemembers_type.html +0 -46
- data/doc/cxxapi/namespaces.html +0 -35
- data/doc/rdoc/classes/Passenger.html +0 -136
- data/doc/rdoc/classes/Passenger/AbstractRequestHandler.html +0 -402
- data/doc/rdoc/classes/Passenger/SpawnManager.html +0 -379
- data/doc/rdoc/classes/Passenger/Utils.html +0 -578
- data/ext/apache2/System.h +0 -228
- data/lib/passenger/platform_info.rb +0 -302
- data/lib/passenger/templates/app_exited_during_initialization.html.erb +0 -19
- data/test/stub/apache2/httpd.conf +0 -75
- data/test/stub/rails_apps/foobar/config/environments/test.rb +0 -22
- data/test/stub/rails_apps/mycook/config/environments/test.rb +0 -22
- data/test/stub/railsapp/config/environments/test.rb +0 -22
- data/test/stub/railsapp2/config/environments/test.rb +0 -22
@@ -0,0 +1,18 @@
|
|
1
|
+
= Known issues with Rack and Web servers
|
2
|
+
|
3
|
+
* Lighttpd sets wrong SCRIPT_NAME and PATH_INFO if you mount your
|
4
|
+
FastCGI app at "/". This can be fixed by using this middleware:
|
5
|
+
|
6
|
+
class LighttpdScriptNameFix
|
7
|
+
def initialize(app)
|
8
|
+
@app = app
|
9
|
+
end
|
10
|
+
|
11
|
+
def call(env)
|
12
|
+
env["PATH_INFO"] = env["SCRIPT_NAME"].to_s + env["PATH_INFO"].to_s
|
13
|
+
env["SCRIPT_NAME"] = ""
|
14
|
+
@app.call(env)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
Of course, use this only when your app runs at "/".
|
@@ -0,0 +1,306 @@
|
|
1
|
+
= Rack, a modular Ruby webserver interface
|
2
|
+
|
3
|
+
Rack provides a minimal, modular and adaptable interface for developing
|
4
|
+
web applications in Ruby. By wrapping HTTP requests and responses in
|
5
|
+
the simplest way possible, it unifies and distills the API for web
|
6
|
+
servers, web frameworks, and software in between (the so-called
|
7
|
+
middleware) into a single method call.
|
8
|
+
|
9
|
+
The exact details of this are described in the Rack specification,
|
10
|
+
which all Rack applications should conform to.
|
11
|
+
|
12
|
+
== Supported web servers
|
13
|
+
|
14
|
+
The included *handlers* connect all kinds of web servers to Rack:
|
15
|
+
* Mongrel
|
16
|
+
* EventedMongrel
|
17
|
+
* SwiftipliedMongrel
|
18
|
+
* WEBrick
|
19
|
+
* FCGI
|
20
|
+
* CGI
|
21
|
+
* SCGI
|
22
|
+
* LiteSpeed
|
23
|
+
* Thin
|
24
|
+
|
25
|
+
These web servers include Rack handlers in their distributions:
|
26
|
+
* Ebb
|
27
|
+
* Fuzed
|
28
|
+
* Phusion Passenger (which is mod_rack for Apache)
|
29
|
+
|
30
|
+
Any valid Rack app will run the same on all these handlers, without
|
31
|
+
changing anything.
|
32
|
+
|
33
|
+
== Supported web frameworks
|
34
|
+
|
35
|
+
The included *adapters* connect Rack with existing Ruby web frameworks:
|
36
|
+
* Camping
|
37
|
+
|
38
|
+
These frameworks include Rack adapters in their distributions:
|
39
|
+
* Coset
|
40
|
+
* Halcyon
|
41
|
+
* Mack
|
42
|
+
* Maveric
|
43
|
+
* Merb
|
44
|
+
* Racktools::SimpleApplication
|
45
|
+
* Ramaze
|
46
|
+
* Ruby on Rails
|
47
|
+
* Sinatra
|
48
|
+
* Sin
|
49
|
+
* Vintage
|
50
|
+
* Waves
|
51
|
+
|
52
|
+
Current links to these projects can be found at
|
53
|
+
http://ramaze.net/#other-frameworks
|
54
|
+
|
55
|
+
== Available middleware
|
56
|
+
|
57
|
+
Between the server and the framework, Rack can be customized to your
|
58
|
+
applications needs using middleware, for example:
|
59
|
+
* Rack::URLMap, to route to multiple applications inside the same process.
|
60
|
+
* Rack::CommonLogger, for creating Apache-style logfiles.
|
61
|
+
* Rack::ShowException, for catching unhandled exceptions and
|
62
|
+
presenting them in a nice and helpful way with clickable backtrace.
|
63
|
+
* Rack::File, for serving static files.
|
64
|
+
* ...many others!
|
65
|
+
|
66
|
+
All these components use the same interface, which is described in
|
67
|
+
detail in the Rack specification. These optional components can be
|
68
|
+
used in any way you wish.
|
69
|
+
|
70
|
+
== Convenience
|
71
|
+
|
72
|
+
If you want to develop outside of existing frameworks, implement your
|
73
|
+
own ones, or develop middleware, Rack provides many helpers to create
|
74
|
+
Rack applications quickly and without doing the same web stuff all
|
75
|
+
over:
|
76
|
+
* Rack::Request, which also provides query string parsing and
|
77
|
+
multipart handling.
|
78
|
+
* Rack::Response, for convenient generation of HTTP replies and
|
79
|
+
cookie handling.
|
80
|
+
* Rack::MockRequest and Rack::MockResponse for efficient and quick
|
81
|
+
testing of Rack application without real HTTP round-trips.
|
82
|
+
|
83
|
+
== rack-contrib
|
84
|
+
|
85
|
+
The plethora of useful middleware created the need for a project that
|
86
|
+
collects fresh Rack middleware. rack-contrib includes a variety of
|
87
|
+
add-on components for Rack and it is easy to contribute new modules.
|
88
|
+
|
89
|
+
* http://github.com/rack/rack-contrib
|
90
|
+
|
91
|
+
== rackup
|
92
|
+
|
93
|
+
rackup is a useful tool for running Rack applications, which uses the
|
94
|
+
Rack::Builder DSL to configure middleware and build up applications
|
95
|
+
easily.
|
96
|
+
|
97
|
+
rackup automatically figures out the environment it is run in, and
|
98
|
+
runs your application as FastCGI, CGI, or standalone with Mongrel or
|
99
|
+
WEBrick---all from the same configuration.
|
100
|
+
|
101
|
+
== Quick start
|
102
|
+
|
103
|
+
Try the lobster!
|
104
|
+
|
105
|
+
Either with the embedded WEBrick starter:
|
106
|
+
|
107
|
+
ruby -Ilib lib/rack/lobster.rb
|
108
|
+
|
109
|
+
Or with rackup:
|
110
|
+
|
111
|
+
bin/rackup -Ilib example/lobster.ru
|
112
|
+
|
113
|
+
By default, the lobster is found at http://localhost:9292.
|
114
|
+
|
115
|
+
== Installing with RubyGems
|
116
|
+
|
117
|
+
A Gem of Rack is available. You can install it with:
|
118
|
+
|
119
|
+
gem install rack
|
120
|
+
|
121
|
+
I also provide a local mirror of the gems (and development snapshots)
|
122
|
+
at my site:
|
123
|
+
|
124
|
+
gem install rack --source http://chneukirchen.org/releases/gems/
|
125
|
+
|
126
|
+
== Running the tests
|
127
|
+
|
128
|
+
Testing Rack requires the test/spec testing framework:
|
129
|
+
|
130
|
+
gem install test-spec
|
131
|
+
|
132
|
+
There are two rake-based test tasks:
|
133
|
+
|
134
|
+
rake test tests all the fast tests (no Handlers or Adapters)
|
135
|
+
rake fulltest runs all the tests
|
136
|
+
|
137
|
+
The fast testsuite has no dependencies outside of the core Ruby
|
138
|
+
installation and test-spec.
|
139
|
+
|
140
|
+
To run the test suite completely, you need:
|
141
|
+
|
142
|
+
* camping
|
143
|
+
* mongrel
|
144
|
+
* fcgi
|
145
|
+
* ruby-openid
|
146
|
+
* memcache-client
|
147
|
+
|
148
|
+
The full set of tests test FCGI access with lighttpd (on port
|
149
|
+
9203) so you will need lighttpd installed as well as the FCGI
|
150
|
+
libraries and the fcgi gem:
|
151
|
+
|
152
|
+
Download and install lighttpd:
|
153
|
+
|
154
|
+
http://www.lighttpd.net/download
|
155
|
+
|
156
|
+
Installing the FCGI libraries:
|
157
|
+
|
158
|
+
curl -O http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
|
159
|
+
tar xzvf fcgi-2.4.0.tar.gz
|
160
|
+
cd fcgi-2.4.0
|
161
|
+
./configure --prefix=/usr/local
|
162
|
+
make
|
163
|
+
sudo make install
|
164
|
+
cd ..
|
165
|
+
|
166
|
+
Installing the Ruby fcgi gem:
|
167
|
+
|
168
|
+
gem install fcgi
|
169
|
+
|
170
|
+
Furthermore, to test Memcache sessions, you need memcached (will be
|
171
|
+
run on port 11211) and memcache-client installed.
|
172
|
+
|
173
|
+
== History
|
174
|
+
|
175
|
+
* March 3rd, 2007: First public release 0.1.
|
176
|
+
|
177
|
+
* May 16th, 2007: Second public release 0.2.
|
178
|
+
* HTTP Basic authentication.
|
179
|
+
* Cookie Sessions.
|
180
|
+
* Static file handler.
|
181
|
+
* Improved Rack::Request.
|
182
|
+
* Improved Rack::Response.
|
183
|
+
* Added Rack::ShowStatus, for better default error messages.
|
184
|
+
* Bug fixes in the Camping adapter.
|
185
|
+
* Removed Rails adapter, was too alpha.
|
186
|
+
|
187
|
+
* February 26th, 2008: Third public release 0.3.
|
188
|
+
* LiteSpeed handler, by Adrian Madrid.
|
189
|
+
* SCGI handler, by Jeremy Evans.
|
190
|
+
* Pool sessions, by blink.
|
191
|
+
* OpenID authentication, by blink.
|
192
|
+
* :Port and :File options for opening FastCGI sockets, by blink.
|
193
|
+
* Last-Modified HTTP header for Rack::File, by blink.
|
194
|
+
* Rack::Builder#use now accepts blocks, by Corey Jewett.
|
195
|
+
(See example/protectedlobster.ru)
|
196
|
+
* HTTP status 201 can contain a Content-Type and a body now.
|
197
|
+
* Many bugfixes, especially related to Cookie handling.
|
198
|
+
|
199
|
+
* August 21st, 2008: Fourth public release 0.4.
|
200
|
+
* New middleware, Rack::Deflater, by Christoffer Sawicki.
|
201
|
+
* OpenID authentication now needs ruby-openid 2.
|
202
|
+
* New Memcache sessions, by blink.
|
203
|
+
* Explicit EventedMongrel handler, by Joshua Peek <josh@joshpeek.com>
|
204
|
+
* Rack::Reloader is not loaded in rackup development mode.
|
205
|
+
* rackup can daemonize with -D.
|
206
|
+
* Many bugfixes, especially for pool sessions, URLMap, thread safety
|
207
|
+
and tempfile handling.
|
208
|
+
* Improved tests.
|
209
|
+
* Rack moved to Git.
|
210
|
+
|
211
|
+
* January 6th, 2009: Fifth public release 0.9.
|
212
|
+
* Rack is now managed by the Rack Core Team.
|
213
|
+
* Rack::Lint is stricter and follows the HTTP RFCs more closely.
|
214
|
+
* Added ConditionalGet middleware.
|
215
|
+
* Added ContentLength middleware.
|
216
|
+
* Added Deflater middleware.
|
217
|
+
* Added Head middleware.
|
218
|
+
* Added MethodOverride middleware.
|
219
|
+
* Rack::Mime now provides popular MIME-types and their extension.
|
220
|
+
* Mongrel Header now streams.
|
221
|
+
* Added Thin handler.
|
222
|
+
* Official support for swiftiplied Mongrel.
|
223
|
+
* Secure cookies.
|
224
|
+
* Made HeaderHash case-preserving.
|
225
|
+
* Many bugfixes and small improvements.
|
226
|
+
|
227
|
+
* January 9th, 2009: Sixth public release 0.9.1.
|
228
|
+
* Fix directory traversal exploits in Rack::File and Rack::Directory.
|
229
|
+
|
230
|
+
== Contact
|
231
|
+
|
232
|
+
Please mail bugs, suggestions and patches to
|
233
|
+
<mailto:rack-devel@googlegroups.com>.
|
234
|
+
|
235
|
+
Mailing list archives are available at
|
236
|
+
<http://groups.google.com/group/rack-devel>.
|
237
|
+
|
238
|
+
There is a bug tracker at <http://rack.lighthouseapp.com/>.
|
239
|
+
|
240
|
+
Git repository (patches rebased on master are most welcome):
|
241
|
+
* http://github.com/rack/rack
|
242
|
+
* http://git.vuxu.org/cgi-bin/gitweb.cgi?p=rack.git
|
243
|
+
|
244
|
+
You are also welcome to join the #rack channel on irc.freenode.net.
|
245
|
+
|
246
|
+
== Thanks
|
247
|
+
|
248
|
+
The Rack Core Team, consisting of
|
249
|
+
|
250
|
+
* Christian Neukirchen (chneukirchen)
|
251
|
+
* James Tucker (raggi)
|
252
|
+
* Josh Peek (josh)
|
253
|
+
* Michael Fellinger (manveru)
|
254
|
+
* Ryan Tomayko (rtomayko)
|
255
|
+
* Scytrin dai Kinthra (scytrin)
|
256
|
+
|
257
|
+
would like to thank:
|
258
|
+
|
259
|
+
* Adrian Madrid, for the LiteSpeed handler.
|
260
|
+
* Christoffer Sawicki, for the first Rails adapter and Rack::Deflater.
|
261
|
+
* Tim Fletcher, for the HTTP authentication code.
|
262
|
+
* Luc Heinrich for the Cookie sessions, the static file handler and bugfixes.
|
263
|
+
* Armin Ronacher, for the logo and racktools.
|
264
|
+
* Aredridel, Ben Alpert, Dan Kubb, Daniel Roethlisberger, Matt Todd,
|
265
|
+
Tom Robinson, and Phil Hagelberg for bug fixing and other
|
266
|
+
improvements.
|
267
|
+
* Stephen Bannasch, for bug reports and documentation.
|
268
|
+
* Gary Wright, for proposing a better Rack::Response interface.
|
269
|
+
* Jonathan Buch, for improvements regarding Rack::Response.
|
270
|
+
* Armin Röhrl, for tracking down bugs in the Cookie generator.
|
271
|
+
* Alexander Kellett for testing the Gem and reviewing the announcement.
|
272
|
+
* Marcus Rückert, for help with configuring and debugging lighttpd.
|
273
|
+
* The WSGI team for the well-done and documented work they've done and
|
274
|
+
Rack builds up on.
|
275
|
+
* All bug reporters and patch contributers not mentioned above.
|
276
|
+
|
277
|
+
== Copyright
|
278
|
+
|
279
|
+
Copyright (C) 2007, 2008, 2009 Christian Neukirchen <http://purl.org/net/chneukirchen>
|
280
|
+
|
281
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
282
|
+
of this software and associated documentation files (the "Software"), to
|
283
|
+
deal in the Software without restriction, including without limitation the
|
284
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
285
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
286
|
+
furnished to do so, subject to the following conditions:
|
287
|
+
|
288
|
+
The above copyright notice and this permission notice shall be included in
|
289
|
+
all copies or substantial portions of the Software.
|
290
|
+
|
291
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
292
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
293
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
294
|
+
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
295
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
296
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
297
|
+
|
298
|
+
== Links
|
299
|
+
|
300
|
+
Rack:: <http://rack.rubyforge.org/>
|
301
|
+
Rack's Rubyforge project:: <http://rubyforge.org/projects/rack>
|
302
|
+
Official Rack repositories:: <http://github.com/rack>
|
303
|
+
rack-devel mailing list:: <http://groups.google.com/group/rack-devel>
|
304
|
+
|
305
|
+
Christian Neukirchen:: <http://chneukirchen.org/>
|
306
|
+
|
@@ -0,0 +1,188 @@
|
|
1
|
+
# Rakefile for Rack. -*-ruby-*-
|
2
|
+
require 'rake/rdoctask'
|
3
|
+
require 'rake/testtask'
|
4
|
+
|
5
|
+
|
6
|
+
desc "Run all the tests"
|
7
|
+
task :default => [:test]
|
8
|
+
|
9
|
+
desc "Do predistribution stuff"
|
10
|
+
task :predist => [:chmod, :changelog, :rdoc]
|
11
|
+
|
12
|
+
|
13
|
+
desc "Make an archive as .tar.gz"
|
14
|
+
task :dist => [:fulltest, :predist] do
|
15
|
+
sh "git archive --format=tar --prefix=#{release}/ HEAD^{tree} >#{release}.tar"
|
16
|
+
sh "pax -waf #{release}.tar -s ':^:#{release}/:' RDOX SPEC ChangeLog doc"
|
17
|
+
sh "gzip -f -9 #{release}.tar"
|
18
|
+
end
|
19
|
+
|
20
|
+
# Helper to retrieve the "revision number" of the git tree.
|
21
|
+
def git_tree_version
|
22
|
+
if File.directory?(".git")
|
23
|
+
@tree_version ||= `git describe`.strip.sub('-', '.')
|
24
|
+
@tree_version << ".0" unless @tree_version.count('.') == 2
|
25
|
+
else
|
26
|
+
$: << "lib"
|
27
|
+
require 'rack'
|
28
|
+
@tree_version = Rack.release
|
29
|
+
end
|
30
|
+
@tree_version
|
31
|
+
end
|
32
|
+
|
33
|
+
def gem_version
|
34
|
+
git_tree_version.gsub(/-.*/, '')
|
35
|
+
end
|
36
|
+
|
37
|
+
def release
|
38
|
+
"rack-#{git_tree_version}"
|
39
|
+
end
|
40
|
+
|
41
|
+
def manifest
|
42
|
+
`git ls-files`.split("\n")
|
43
|
+
end
|
44
|
+
|
45
|
+
|
46
|
+
desc "Make binaries executable"
|
47
|
+
task :chmod do
|
48
|
+
Dir["bin/*"].each { |binary| File.chmod(0775, binary) }
|
49
|
+
Dir["test/cgi/test*"].each { |binary| File.chmod(0775, binary) }
|
50
|
+
end
|
51
|
+
|
52
|
+
desc "Generate a ChangeLog"
|
53
|
+
task :changelog do
|
54
|
+
File.open("ChangeLog", "w") { |out|
|
55
|
+
`git log -z`.split("\0").map { |chunk|
|
56
|
+
author = chunk[/Author: (.*)/, 1].strip
|
57
|
+
date = chunk[/Date: (.*)/, 1].strip
|
58
|
+
desc, detail = $'.strip.split("\n", 2)
|
59
|
+
detail ||= ""
|
60
|
+
detail = detail.gsub(/.*darcs-hash:.*/, '')
|
61
|
+
detail.rstrip!
|
62
|
+
out.puts "#{date} #{author}"
|
63
|
+
out.puts " * #{desc.strip}"
|
64
|
+
out.puts detail unless detail.empty?
|
65
|
+
out.puts
|
66
|
+
}
|
67
|
+
}
|
68
|
+
end
|
69
|
+
|
70
|
+
|
71
|
+
desc "Generate RDox"
|
72
|
+
task "RDOX" do
|
73
|
+
sh "specrb -Ilib:test -a --rdox >RDOX"
|
74
|
+
end
|
75
|
+
|
76
|
+
desc "Generate Rack Specification"
|
77
|
+
task "SPEC" do
|
78
|
+
File.open("SPEC", "wb") { |file|
|
79
|
+
IO.foreach("lib/rack/lint.rb") { |line|
|
80
|
+
if line =~ /## (.*)/
|
81
|
+
file.puts $1
|
82
|
+
end
|
83
|
+
}
|
84
|
+
}
|
85
|
+
end
|
86
|
+
|
87
|
+
desc "Run all the fast tests"
|
88
|
+
task :test do
|
89
|
+
sh "specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS'] || '-t "^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Auth::OpenID)"'}"
|
90
|
+
end
|
91
|
+
|
92
|
+
desc "Run all the tests"
|
93
|
+
task :fulltest => [:chmod] do
|
94
|
+
sh "specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS']}"
|
95
|
+
end
|
96
|
+
|
97
|
+
begin
|
98
|
+
require 'rubygems'
|
99
|
+
|
100
|
+
require 'rake'
|
101
|
+
require 'rake/clean'
|
102
|
+
require 'rake/packagetask'
|
103
|
+
require 'rake/gempackagetask'
|
104
|
+
require 'fileutils'
|
105
|
+
rescue LoadError
|
106
|
+
# Too bad.
|
107
|
+
else
|
108
|
+
spec = Gem::Specification.new do |s|
|
109
|
+
s.name = "rack"
|
110
|
+
s.version = gem_version
|
111
|
+
s.platform = Gem::Platform::RUBY
|
112
|
+
s.summary = "a modular Ruby webserver interface"
|
113
|
+
|
114
|
+
s.description = <<-EOF
|
115
|
+
Rack provides minimal, modular and adaptable interface for developing
|
116
|
+
web applications in Ruby. By wrapping HTTP requests and responses in
|
117
|
+
the simplest way possible, it unifies and distills the API for web
|
118
|
+
servers, web frameworks, and software in between (the so-called
|
119
|
+
middleware) into a single method call.
|
120
|
+
|
121
|
+
Also see http://rack.rubyforge.org.
|
122
|
+
EOF
|
123
|
+
|
124
|
+
s.files = manifest + %w(SPEC RDOX)
|
125
|
+
s.bindir = 'bin'
|
126
|
+
s.executables << 'rackup'
|
127
|
+
s.require_path = 'lib'
|
128
|
+
s.has_rdoc = true
|
129
|
+
s.extra_rdoc_files = ['README', 'SPEC', 'RDOX', 'KNOWN-ISSUES']
|
130
|
+
s.test_files = Dir['test/{test,spec}_*.rb']
|
131
|
+
|
132
|
+
s.author = 'Christian Neukirchen'
|
133
|
+
s.email = 'chneukirchen@gmail.com'
|
134
|
+
s.homepage = 'http://rack.rubyforge.org'
|
135
|
+
s.rubyforge_project = 'rack'
|
136
|
+
|
137
|
+
s.add_development_dependency 'test-spec'
|
138
|
+
|
139
|
+
s.add_development_dependency 'camping'
|
140
|
+
s.add_development_dependency 'fcgi'
|
141
|
+
s.add_development_dependency 'memcache-client'
|
142
|
+
s.add_development_dependency 'mongrel'
|
143
|
+
s.add_development_dependency 'ruby-openid', '~> 2.0.0'
|
144
|
+
s.add_development_dependency 'thin'
|
145
|
+
end
|
146
|
+
|
147
|
+
Rake::GemPackageTask.new(spec) do |p|
|
148
|
+
p.gem_spec = spec
|
149
|
+
p.need_tar = false
|
150
|
+
p.need_zip = false
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
desc "Generate RDoc documentation"
|
155
|
+
Rake::RDocTask.new(:rdoc) do |rdoc|
|
156
|
+
rdoc.options << '--line-numbers' << '--inline-source' <<
|
157
|
+
'--main' << 'README' <<
|
158
|
+
'--title' << 'Rack Documentation' <<
|
159
|
+
'--charset' << 'utf-8'
|
160
|
+
rdoc.rdoc_dir = "doc"
|
161
|
+
rdoc.rdoc_files.include 'README'
|
162
|
+
rdoc.rdoc_files.include 'KNOWN-ISSUES'
|
163
|
+
rdoc.rdoc_files.include 'SPEC'
|
164
|
+
rdoc.rdoc_files.include 'RDOX'
|
165
|
+
rdoc.rdoc_files.include('lib/rack.rb')
|
166
|
+
rdoc.rdoc_files.include('lib/rack/*.rb')
|
167
|
+
rdoc.rdoc_files.include('lib/rack/*/*.rb')
|
168
|
+
end
|
169
|
+
task :rdoc => ["SPEC", "RDOX"]
|
170
|
+
|
171
|
+
task :pushsite => [:rdoc] do
|
172
|
+
sh "rsync -avz doc/ chneukirchen@rack.rubyforge.org:/var/www/gforge-projects/rack/doc/"
|
173
|
+
sh "rsync -avz site/ chneukirchen@rack.rubyforge.org:/var/www/gforge-projects/rack/"
|
174
|
+
end
|
175
|
+
|
176
|
+
begin
|
177
|
+
require 'rcov/rcovtask'
|
178
|
+
|
179
|
+
Rcov::RcovTask.new do |t|
|
180
|
+
t.test_files = FileList['test/{spec,test}_*.rb']
|
181
|
+
t.verbose = true # uncomment to see the executed command
|
182
|
+
t.rcov_opts = ["--text-report",
|
183
|
+
"-Ilib:test",
|
184
|
+
"--include-file", "^lib,^test",
|
185
|
+
"--exclude-only", "^/usr,^/home/.*/src,active_"]
|
186
|
+
end
|
187
|
+
rescue LoadError
|
188
|
+
end
|