Phusion Passenger,原名 mod_rails ,是一个旨在从Apache和Nginx网页服务器上更便捷的部署Ruby on Rails项目的Apache模块。
Phusion Passenger 4.0 发布第 4 个候选发行版本,与 RC3 版本比较,该版本改进如下:
- Fixed Rake autodetection.
- Fixed compilation on systems where /tmp is mounted noexec.
- Fixed some memory corruption bugs.
- Phusion Passenger Standalone now sets
underscores_in_headers. Fixes issue #708. - Fixed some process spawning compatibility problems, as reported in issue #842.
- The Python WSGI loader now correctly shuts down client sockets even when there are child processes that keep the socket open.
- A new configuration option
PassengerPython(Apache) andpassenger_python(Nginx) has been added so that users can customize the Python interpreter on a per-application basis. Fixes issue #852. - The Apache module now supports file uploads larger than 2 GB when on 32-bit systems. Fixes issue #838.
- The Nginx version now supports the
passenger_temp_diroption. - Environment variables set in the Nginx configuration file (through the
envconfig option) are now correctly passed to all application processes. Fixes issue #371. - Fixed support for RVM mixed mode installations. Fixes issue #828.
- Phusion Passenger now outputs the Date HTTP header in case the application didn’t already do that (and was violating the HTTP spec). Fixes issue #485.
- Phusion Passenger now checks whether /dev/urandom isn’t broken. Fixes issue #516.
- Improved debugging messages.
官方发行说明:
http://blog.phusion.nl/2013/03/05/phusion-passenger-4-0-release-candidate-4/
暂无更多评论