# passenger を Homebrew, apt, pacman でインストール

passenger のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:passenger
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install passenger
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install passenger
```

  証拠: Debian stable package indexes: passenger from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S passenger
```

  証拠: Arch Linux sync databases: passenger from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:passenger
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/passenger>
- **バージョン:** 6.1.8
- **ソース概要:** Server for Ruby, Python, and Node.js apps via Apache/NGINX
- **ホームページ:** <https://www.phusionpassenger.com/>
- **リポジトリ:** <https://github.com/phusion/passenger>
- **上流ドキュメント:** <https://www.phusionpassenger.com/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/phusion/passenger/releases/download/release-6.1.8/passenger-6.1.8.tar.gz>
- **最終更新:** 2026-07-20T18:47:34Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- passenger (cli)
- passenger-config (cli)
- passenger-install-apache2-module (cli)
- passenger-install-nginx-module (cli)
- passenger-memory-stats (cli)
- passenger-status (cli)
- passenger (エイリアス)
- passenger-config (エイリアス)
- passenger-install-apache2-module (エイリアス)
- passenger-install-nginx-module (エイリアス)
- passenger-memory-stats (エイリアス)
- passenger-status (エイリアス)

## 依存関係

- apr
- apr-util
- openssl@3
- pcre2

## ビルド依存関係

- httpd
- nginx

## macOS 提供ライブラリ

- curl
- libxcrypt
- ruby

## インストール挙動

- post-install フック: 未定義
- 注意点: To activate Phusion Passenger for Nginx, run: brew install nginx And add the following to $HOMEBREW_PREFIX/etc/nginx/nginx.conf at the top scope (outside http{}): load_module $HOMEBREW_PREFIX/opt/passenger/libexec/modules/ngx_http_passenger_module.so; And add the following to $HOMEBREW_PREFIX/etc/nginx/nginx.conf in the http scope: passenger_root $HOMEBREW_PREFIX/opt/passenger/libexec/src/ruby_supportlib/phusion_passenger/locations.ini; passenger_ruby /usr/bin/ruby; To activate Phusion Passenger for Apache, create /etc/apache2/other/passenger.conf: LoadModule passenger_module $HOMEBREW_PREFIX/opt/passenger/libexec/buildout/apache2/mod_passenger.so PassengerRoot $HOMEBREW_PREFIX/opt/passenger/libexec/src/ruby_supportlib/phusion_passenger/locations.ini PassengerDefaultRuby /usr/bin/ruby
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 6.1.8
- マネージャ更新日: 2026-07-20
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/phusion/passenger
- 情報: No cached GitHub release or tag data was available.

## セキュリティノート

passenger に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** passenger
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - libapache2-mod-passenger - 6.0.26+ds-1.1: normalized package name match | Debian stable package indexes: libapache2-mod-passenger from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | web application server - apache2 integration | https://www.phusionpassenger.com/
- Debian apt - passenger - 6.0.26+ds-1.1: normalized package name match | Debian stable package indexes: passenger from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | web application server | https://www.phusionpassenger.com/
- Ubuntu apt - libapache2-mod-passenger - 6.0.17+ds-1ubuntu5: normalized package name match | Ubuntu 24.04 LTS package indexes: libapache2-mod-passenger from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | web application server - apache2 integration | https://www.phusionpassenger.com/
- Ubuntu apt - passenger - 6.0.17+ds-1ubuntu5: normalized package name match | Ubuntu 24.04 LTS package indexes: passenger from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | web application server | https://www.phusionpassenger.com/
- pacman - passenger - 6.1.8-1: normalized package name match | Arch Linux sync databases: passenger from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Fast and robust web server and application server for Ruby, Python and Node.js | https://www.phusionpassenger.com


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Package publisher tools](https://pkg.so/ja/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pcre2](https://pkg.so/ja/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [apr](https://pkg.so/ja/brew/apr/) - Runtime dependency declared by Homebrew.
- [apr-util](https://pkg.so/ja/brew/apr-util/) - Runtime dependency declared by Homebrew.
- [nginx](https://pkg.so/ja/brew/nginx/) - Build dependency declared by Homebrew.
- [httpd](https://pkg.so/ja/brew/httpd/) - Build dependency declared by Homebrew.
- [roadrunner](https://pkg.so/ja/brew/roadrunner/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure.
- [openliberty-webprofile8](https://pkg.so/ja/brew/openliberty-webprofile8/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure.
- [openliberty-microprofile4](https://pkg.so/ja/brew/openliberty-microprofile4/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure.
- [openliberty-jakartaee8](https://pkg.so/ja/brew/openliberty-jakartaee8/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure.
- [openliberty-jakartaee9](https://pkg.so/ja/brew/openliberty-jakartaee9/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure.
- [openliberty-webprofile9](https://pkg.so/ja/brew/openliberty-webprofile9/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure.
- [tomcat](https://pkg.so/ja/brew/tomcat/) - Shares pkgdb curated category or tags: application-server, cli, cloud-infrastructure, web-server.
- [aws-elasticbeanstalk](https://pkg.so/ja/brew/aws-elasticbeanstalk/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, python.
- [aws-sam-cli](https://pkg.so/ja/brew/aws-sam-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, openssl.
- [awscli](https://pkg.so/ja/brew/awscli/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, openssl.
- [awscurl](https://pkg.so/ja/brew/awscurl/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, openssl.

## Combined YAML source

View the package source record on GitHub. [combined/passenger.yml](https://github.com/mxcl/pkgdb/blob/main/combined/passenger.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
