Phusion Passenger 3.0.6 发布:轻松部署Ruby on Rails应用程序
程序员文章站
2022-05-07 18:30:19
...
Phusion Passenger 3.0.6 发布了!该版本是一个bug修复版本,没有新功能增加。
Phusion Passenger 是为Apache和Nginx提供的模块,可用于部署Rails应用程序。它主要关注易用性和功能的稳定性。
Bug修复列表:
- Fixed various compilation problems such as XCode 4 support and OpenBSD support.
- Fixed various Union Station-related stability issues.
- Fixed an issue with host name detection on certain platforms.
- Improved error logging in various parts.
- The dependency on the file-tail library has been removed.
- During installation, check whether /tmp is mounted with ‘noexec’.Phusion Passenger’s installer relies on /tmp *not* being mounted with ‘noexec’. If it is then the installer will now show a helpful error message instead of bailing out in a confusing manner. Users can now tell the installer to use a different directory for storing temporary files by customizing the $TMPDIR environment variable.
- Phusion Passenger Standalone can now run Rackup files that are not named ‘config.ru’.
- The filename can be passed through the command line using the -R option.