brew install passenger
Server for Ruby, Python, and Node.js apps via Apache/NGINX
https://www.phusionpassenger.com/
License: MIT
/api/formula-linux/passenger.json
(JSON API)
Linux formula code on GitHub
Bottle (binary package) not available on this platform.
Current versions:
stable | ✅ | 6.0.8 |
head | ⚡️ | HEAD |
Revision: 1
Depends on:
openssl@1.1 | 1.1.1k | Cryptography and SSL/TLS Toolkit |
pcre | 8.44 | Perl compatible regular expressions library |
ruby | 3.0.1 | Powerful, clean, object-oriented scripting language |
Depends on when building from source:
nginx | 1.19.10 | HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server |
To activate Phusion Passenger for Nginx, run: brew install nginx And add the following to $(brew --prefix)/etc/nginx/nginx.conf at the top scope (outside http{}): load_module $(brew --prefix)/opt/passenger/libexec/modules/ngx_http_passenger_module.so; And add the following to $(brew --prefix)/etc/nginx/nginx.conf in the http scope: passenger_root $(brew --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 $(brew --prefix)/opt/passenger/libexec/buildout/apache2/mod_passenger.so PassengerRoot $(brew --prefix)/opt/passenger/libexec/src/ruby_supportlib/phusion_passenger/locations.ini PassengerDefaultRuby /usr/bin/ruby |
Analytics:
Installs (30 days) | |
---|---|
passenger |
7 |
Installs on Request (30 days) | |
passenger |
7 |
Build Errors (30 days) | |
passenger |
7 |
Installs (90 days) | |
passenger |
19 |
Installs on Request (90 days) | |
passenger |
19 |
Installs (365 days) | |
passenger |
37 |
Installs on Request (365 days) | |
passenger |
37 |