Phusion Passenger


Phusion Passenger is a free web server and application server with support for Ruby, Python and Node.js. It is designed to integrate into the Apache HTTP Server or the nginx web server, but also has a mode for running standalone without an external web server. Phusion Passenger supports Unix-like operating systems, and is available as a gem package, as a tarball, or as native Linux packages.
Originally designed for web applications built on the Ruby on Rails framework, it was later extended to support arbitrary Ruby web frameworks through the Rack interface. Later versions also added support for Python through the WSGI interface, as well as support for Node.js. In 2012, Phusion announced , a paid, commercial variant of Phusion Passenger with "a wide array of premium features". Phusion has stated that the open source variant will continue to be developed and maintained along with the Enterprise variant.
Phusion Passenger was the "preferred deployment setup" for Ruby on Rails applications in 2016, and has been recommended by the Ruby on Rails authors in 2009. In 2013, in combination with Ruby 2.0, or with the now-discontinued , Phusion Passenger claimed that it was capable of reducing Rails's memory consumption by 33% as well as increasing its performance.