Skip to content

A fast and robust web server and application server for Ruby, Python and Node.js

License

Notifications You must be signed in to change notification settings

avkarenow/passenger

This branch is 470 commits behind phusion/passenger:stable-6.0.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a600288 · Jan 25, 2023
Mar 17, 2015
Oct 19, 2020
Feb 18, 2016
Nov 3, 2018
May 4, 2022
Jan 20, 2023
Jan 25, 2023
Apr 10, 2022
Mar 5, 2018
Oct 15, 2015
Jan 21, 2023
Apr 27, 2022
Jan 25, 2023
Jan 20, 2023
Oct 7, 2022
Feb 18, 2016
Nov 2, 2018
Nov 18, 2015
Oct 11, 2018
Oct 16, 2018
Dec 2, 2015
Jan 25, 2023
Sep 4, 2018
Oct 19, 2020
Jan 25, 2023
Jan 20, 2023
Jan 20, 2023
Jan 16, 2017
May 7, 2022
Mar 14, 2017
Aug 18, 2015
Mar 22, 2021
Oct 11, 2018
Jul 8, 2014
Oct 7, 2022
Dec 21, 2011
May 2, 2022
Apr 27, 2022
May 4, 2022

Repository files navigation

Gem Version

passenger logo Phusion Passenger®

Supercharge your Ruby, Node.js and Python apps

Phusion Passenger® is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex. Phusion Passenger supports Ruby, Python, Node.js and Meteor, and is being used by high-profile companies such as Apple, Pixar, New York Times, AirBnB, Juniper etc as well as over 650.000 websites.


Phusion Passenger - the smart app server

What makes Passenger so fast and reliable is its C++ core, its zero-copy architecture, its watchdog system and its hybrid evented, multi-threaded and multi-process design.

Learn more:






Installation

Please follow the installation instructions on the website.

Installing the source directly from git

If you mean to install the latest version of Passenger directly from this git repository, then you should run one of the following commands. Installing from the git repository is basically the same as the tarball installation method, as described in the manual, with one exception: you need to clone git submodules:

git submodule update --init --recursive

After that, run one of the following:

./bin/passenger-install-apache2-module

-OR-

./bin/passenger-install-nginx-module

-OR-

# From your application directory
~/path-to-passenger/bin/passenger start

For troubleshooting, configuration and tips, please also refer to the above documentation. For further support, please refer to the Phusion Passenger support page.

Ruby users can also build a gem from the Git repository and install the gem.

gem build passenger.gemspec
gem install passenger-x.x.x.gem

Further reading

Legal

"Passenger" and "Phusion Passenger" are registered trademarks of Phusion Holding B.V.

About

A fast and robust web server and application server for Ruby, Python and Node.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.2%
  • Ruby 3.9%
  • C 3.7%
  • Shell 1.5%
  • Makefile 1.0%
  • JavaScript 0.4%
  • Other 0.3%