跳转至

passenger: Passenger模块

安装

您可以在任何基于RHEL的发行版中安装此模块,包括但不限于:

  • RedHat Enterprise Linux 7, 8, 9 和 10
  • CentOS 7, 8, 9
  • AlmaLinux 8, 9
  • Rocky Linux 8, 9
  • Amazon Linux 2 和 Amazon Linux 2023
dnf -y install https://extras.getpagespeed.com/release-latest.rpm
dnf -y install nginx-module-passenger
yum -y install https://extras.getpagespeed.com/release-latest.rpm
yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install nginx-module-passenger

通过在/etc/nginx/nginx.conf的顶部添加以下内容来启用模块:

load_module modules/ngx_http_passenger_module.so;

本文档描述了nginx-module-passenger v6.1.6,于2026年6月27日发布。


Gem Version

passenger logo Phusion Passenger®

为您的Ruby、Node.js和Python应用程序加速

Phusion Passenger® 是一个网络服务器和应用服务器,旨在快速、稳健且轻量。它简化了部署Web应用程序的复杂性,增加了在生产中有用的强大企业级功能,并使管理变得更加简单和不复杂。Phusion Passenger支持Ruby、Python、Node.js和Meteor,并被Apple、Pixar、New York Times、AirBnB、Juniper等知名公司以及超过650,000个网站使用。


Phusion Passenger - 智能应用服务器

使Passenger如此快速和可靠的是其C++核心、零拷贝架构、监控系统混合事件驱动、多线程和多进程设计。

了解更多:






进一步阅读

法律

“Passenger”和“Phusion Passenger”是Asynchronous B.V.的注册商标。

GitHub

您可以在nginx-module-passenger的GitHub 仓库中找到有关此模块的其他配置提示和文档。