Phusion Passenger 4.0.1 发布了,Phusion Passenger,原名 mod_rails ,是一个旨在从Apache和Nginx网页服务器上更便捷的部署Ruby on Rails项目的Apache模块。
修改记录包括:
Fixed a crasher bug in the Deployment Error Resistance feature.
Fixed a bug in PassengerDefaultUser and PassengerDefaultGroup.
Fixed a bug which could cause application processes to exit before they’ve finished their request.
Fixed some small file descriptor leaks.
Bumped the preferred Nginx version to 1.4.0.
Editing the Phusion Passenger Standalone Nginx config template is no longer discouraged.
Improved documentation.
安装方法:
gem install passenger
passenger-install-apache2-module
passenger-install-nginx-module
项目主页:https://www.phusionpassenger.com/
下载地址:https://www.phusionpassenger.com/download
来自:开源中国社区